A framework to understand how to implements Evolutionary Algorithms on Pharo Smalltalk.
- Has examples
- Only necessary implement the particular concepts
- Supported Platforms: Pharo 6
- Source Code Repository and Issue Tracking: In this GitHub repository.
- Open a Playground and evaluate:
Metacello new
baseline: 'Evelyn';
repository: 'github://TeamEvelyn/Evelyn:master/Source';
load: 'Development'