jakobbossek / ecr

Outdated: New repository https://github.com/jakobbossek/ecr2
Other
13 stars 5 forks source link

Add creator/initializer objects #3

Closed jakobbossek closed 10 years ago

jakobbossek commented 10 years ago

In the field of Evolutionary Computing algorithms are population-based. In the majority of cases the initial population is randomly generated. Provide an interface for such initialization methods. As for mutator and recombinator objects there should be a makeCreator method. Make sure, that the outcome of such a method highly depends on the representation of the parameters.

jakobbossek commented 10 years ago

Generator now need to be of type esoo_generator. But there is no special makeGenerator generator function until now, because it seems not to be necessary.