decorators-squad / eva

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

Abstract the way an individual is selected form the population #4

Closed amihaiemil closed 8 years ago

amihaiemil commented 8 years ago

Right now best out of 2 randomly chosen individuals is selected from the population. Make this the default behaviour, but offer the client a possibility to change this.