Skip to content

wniec/DynamicAlgorithmSelection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Algorithm Selection

  • In this Project I am performing initial research in constructing efficient RL-based DAS meta black box optimizers.

  • It consists of 3 Metaheuristics: Limited-Memory Covariance Matrix Adaptation Evolutionary Strategy, Particle Swarm Optimization and Generalized Generation Gap with Parent-Centric Recombination.

  • In order to simplify transition between them, all 3 algorithms use the same population size.

TO BE DONE

A (soon to be) Reinforcement Learning Agent is trained to choose the best metaheuristic for current state of optimization.

Much of the code is borrowed from https://github.com/Evolutionary-Intelligence/pypop/tree/main.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages