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
  • Issues
  • #787

Closed
Open
Created Jul 21, 2022 by Elizaveta Lutsenko@LizLutsenkoOwner

Abstract Populational Optimizer

Created by: gkirgizov

A big part of the code in EvoGraphOptimizer is concerned with handling populations (optimization cycle, stop condition, archive, etc.) and seems to be independent from the logic of evolution.

I propose to introduce abstract PopulationalOptimizer and make EvoGraphOptimizer its subclass.

With this it will be easy to experiment with other kinds of populational optimization methods while having all common infrastructure in place (like maintaining best individuals).

Assignee
Assign to
Time tracking