Happy-Algorithms-League / hal-cgp

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

Slightly improve performance of `mutate` #390

Closed jakobj closed 6 months ago

jakobj commented 6 months ago

As the title suggests, a little reordering of mutate leads to modest performance gain and maybe improved readability.

Branches off from #389, so should be merged after.