Minor maintenance release
·
151 commits
to master
since this release
Changes:
- Restructuring the example code to another Maven submodule.
- Example fitness function improved. Matches are rewarded, and mismatches are punished. Before only matches were rewarded. Example now uses the exponential function for the fitness to fix problems with negative fitness functions.
- Example is now a CLI program for more playing opportunities.
- Colors for the example so I can add a GIF animation to Github.