Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 546 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 546 Bytes

Evelyn

A framework to understand how to implements Evolutionary Algorithms on Pharo Smalltalk.

Benefits:

  • Has examples
  • Only necessary implement the particular concepts

Highlights:

  • Supported Platforms: Pharo 6
  • Source Code Repository and Issue Tracking: In this GitHub repository.

Get started!

Pharo 6

  • Open a Playground and evaluate:
Metacello new
  baseline: 'Evelyn';
  repository: 'github://TeamEvelyn/Evelyn:master/Source';
  load: 'Development'