Module Ga_scale


module Ga_scale: sig .. end
Scaling.

val scale : int -> 'a Ga_types.population -> Ga_types.gvars -> 'a Ga_types.chromosome
scale numgen population cfg scales the population according to the method specified in cfg.
Returns The best element in the population.