Module Ga_reproduce


module Ga_reproduce: sig .. end
Reproduction and selection.

val reproduce : 'a Ga_types.population -> int list -> int list * 'a Ga_types.population
reproduce population protected
Returns The updated list of indexes of protected elements and a pool of elements for next generation.
protected : The list of indexes of the protected elements.