AureumChaos / LEAP

A general purpose Library for Evolutionary Algorithms in Python.
Academic Free License v3.0
83 stars 19 forks source link

225 convert monolithic functions from generators to functions that return final pop #251

Closed markcoletti closed 1 year ago

markcoletti commented 1 year ago

I've completed this task. All monolithic/metahueristic functions now return a population or populations, accordingly. Tests have been updated and work.