decorators-squad / eva

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

Implement RetryEvolutionaryAlgorithm #27

Closed amihaiemil closed 8 years ago

amihaiemil commented 8 years ago

Decorator which reruns the algorithm if the specified conditions aren't met. (SimpleEvolutionaryAlgorithm can still find a solution that doesn't meet the conditions) .

amihaiemil commented 8 years ago

done