decorators-squad / eva

A simple Java OOP evolutionary algorithm framework.
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Refactor SimpleEvolutionaryAlgorithm #29

Closed amihaiemil closed 7 years ago

amihaiemil commented 7 years ago

The class has too many dependencies, which should be grouped together in fewer objects.

amihaiemil commented 7 years ago

first part finished