Happy-Algorithms-League / hal-cgp

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

Random local search over a set of permissible values #374

Open HenrikMettler opened 1 year ago

HenrikMettler commented 1 year ago

Addresses #373. This is based on an implementation I used in a project with hal-cgp, thus the default values for permissible-values. There is two open questions, marked as todo in the code comments.

For convenience i put a short example at the end. I can extend this to a full example before merging or remove it.

HenrikMettler commented 1 year ago

(CI-check fail seems like an unrelated mypy issue)