Happy-Algorithms-League / hal-cgp

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

Use default parameters where possible in examples #354

Closed jakobj closed 2 years ago

jakobj commented 2 years ago

As the title suggests. This should make all examples easier to understand.

fixes #346

jakobj commented 2 years ago

Thanks a lot for taking care of this tedious task! I made some small observations. Also I didn't run the examples, I assume you did, to make sure they still work?

thanks for the review! addressed all your comments. i think i tried all examples, but in any case, CI should catch those that don't work. :crossed_fingers:

HenrikMettler commented 2 years ago

ah, before I merge, could you squash the two commits? thx

jakobj commented 2 years ago

thx for the review! squashed and pushed, let's see whether CI is happy.