Happy-Algorithms-League / hal-cgp

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

CI should make sure all examples are working properly #364

Open jakobj opened 2 years ago

jakobj commented 2 years ago

Currently, we merely make sure that the examples don't crash, not that they lead to the correct results. We should add strategic asserts, warning us if an example does not find good solutions any more.