decorators-squad / eva

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

How the best individual is selected #6

Closed amihaiemil closed 8 years ago

amihaiemil commented 8 years ago

By default, the solution with the best fitness is considered "the best solution" . Leave this behaviour as it is, but offer the client the possibility to change this.