ShkalikovOleh / OptAlg

Reimplementation of optimization algorithms.
MIT License
0 stars 3 forks source link

Evolutional base #32

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 3 years ago

At each iteration the evolutionary method: select a mating pool, produce children, and replace some parents with children.