Recent Releases of genepro
genepro - fix rate of variation operators & lower python version requirement
- Python
Published by marcovirgolin almost 4 years ago
genepro - better hyperparam setting scikit
- Now score, internalnodes, and leafnodes are handled different in the scikit-learn estimator.
- Better default hyperparam settings are set for genepro
- More nodes have been implemented
- Python
Published by marcovirgolin about 4 years ago
genepro - split evolve into auxiliary methods
now one can separately call "initializepopulation" and "performgeneration", which allows performing intermediate computations if desired
- Python
Published by marcovirgolin about 4 years ago
genepro - crossover donor bug fix + other
- fix random donor was assigned to entire pop rather than per crossover event
- implemented alternative crossover operator
- clean up some unimportant lines in gym example
- Python
Published by marcovirgolin over 4 years ago
genepro - added shorthands for easier use
Now a Node object n has: - len(n) -> returns the number of nodes in the subtree rooted at n - n(X) -> shorthand for n.get_output(X)
- Python
Published by marcovirgolin over 4 years ago
genepro - installable
this should actually be installable (forgot to add init.py before)
- Python
Published by marcovirgolin over 4 years ago
genepro - improved installation instructions
includes better explanation for minimal and full installation, plus ref to pypi
- Python
Published by marcovirgolin over 4 years ago