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
  • !691

Merged
Created May 26, 2022 by Elizaveta Lutsenko@LizLutsenkoOwner

Refactor Optimisers: further cleanup & unification

  • Overview 26
  • Commits 22
  • Changes 20

Created by: gkirgizov

Further unification and simplification of Optimisers:

  • Extract adaptive parameters (graph depth, mutation & crossover probability, fix populatin size)
  • Extract creation of initial population
  • More code cleanup of .optimise method
  • Unify GP Optimiser classes, drop Param free implementation. Instead, just create in Optimiser.init either adaptive or static parameters depending on chosen GeneticTypeScheme.
  • Unify init methods of other GraphOptimiser implementations
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 608-more-cleanup