Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • F FEDOT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ITMO-NSS-team
  • FEDOT
  • Merge requests
  • !716

Merged
Created Jun 08, 2022 by Elizaveta Lutsenko@LizLutsenkoOwner

Refactor ApiComposer for simpler logic

  • Overview 20
  • Commits 29
  • Changes 26

Created by: gkirgizov

Many small changes in ApiComposer, mostly for readability and easier parameter passing:

  • Simpler passing of initial assumptions
  • Better separation between ApiComposer / Composre / ComposerBuilder (ApiComposer & Composer itself previously took some parts that better should be in ComposerBuilder)
  • Some simplification of preset logic and code duplication removal
  • Some simplification of tuner logic

Important changes in API:

  • Optimisers now always return a sorted sequence of the best models (previously it could return 1 model for single-objective optimization, list for multi-objective). Instead, Composer can do that based on the best_models returned by Optimiser.
  • API now doesn't have access to archive (HallOfFame) which I see as internal implementation detail. Instead, it has access just to the best_models and to the OptHistory, which actually stores best_individuals for each generation.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: refactor-api-composer