emergency help!
Closed this issue · 2 comments
xuhao0521 commented
alcides commented
Hello. The main branch has major changes in the API. If you roll back to your latest local commit, and pull from the stable branch, everything will still work.
git reset —hard HASHOFYOURLASTLOCALCOMMIT
and then
git pull origin stable
If you just using genetic engine, a better alternative is to create a new project, and just use the stable release on pypi using:
pip install geneticengine
You do not need to edit this project directly to use. However if you are chancing GenenticEngine, maybe working on your own branch and pull from stable is better. Regardless, feel free to reach out and I can help with all the migrations.