Updates over v 0.1.0:
- Multicore Evaluation now working on Windows operating systems
- Multiple Objective Optimisation (NSGA2) now implemented
- All fitness functions now inherit from a base class, thereby streamlining and simplifying all FFs.
- Fitness Function template now provided.
- Improvements to parameterisable module imports.
- Parameters, Grammars, Seeds, Operators, and Fitness functions (among others) can now be nested within folders.
- New problems added:
- Genetic Improvement / Software Optimisation
- Multiple Objective Optimisation example problems
- Population seeding now fully operational with better integration
- Grammar Analyser script added.
- README migrated to GitHub Wiki. Documentation heavily improved.
- General functional/performance improvements & bug fixing