issues
search
erp12
/
pyshgp
Push Genetic Programming in Python.
http://erp12.github.io/pyshgp
MIT License
74
stars
23
forks
source link
v0.1.4
#117
Closed
erp12
closed
5 years ago
erp12
commented
5 years ago
Changed PushState.pretty_print() signature from argument annotation to default.
Removed variable annotations from codebase to make pyshgp compatible with Python 3.5 again.
Fixed overflow error in dup_times instructions (#108)
TakesStateInstruction allows for tuple return values
If push program input value is Atom subtype, it will no longer be wrapped in a Literal.
Removed incorrect numpy string types.
All exceptions when evaluating atoms will be caught and raised after printing which atom was being evaluated.
Added documentation article on instructions.
Added documentation showing all core instruction docstrings.
Tuned string tutorial examples to take less time for CI testing.
Fixed typos in README.md
Added a release notes page
erp12
commented
5 years ago
The code for this PR was rebased directly into master.