Happy-Algorithms-League / hal-cgp

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

Add abstract class for algorithms #33

Closed mschmidt87 closed 4 years ago

mschmidt87 commented 4 years ago

In order to simplify extending the library by more evolutionary algorithms, we should create a base class for algorithms that particular algorithms inherit from.

mschmidt87 commented 4 years ago

Do we still want to do this, @jakobj ?

jakobj commented 4 years ago

let's add it only when the need arises. #KISS