Happy-Algorithms-League / hal-cgp

Cartesian genetic programming (CGP) in pure Python.
GNU General Public License v3.0
28 stars 10 forks source link

Warn if `pop.generation` is not zero at call to `evolve` #372

Open HenrikMettler opened 1 year ago

HenrikMettler commented 1 year ago

When call the hl api evolve function with a population object whose generation count is not zero, issue a warning.