Functor Ga_optimize.Make


module Make: 
functor (Local : LOCAL) -> sig .. end
Functor building an implementation of a genetic algorithm, given a set of functions for population generation and evaluation, elements type, mutation and crossover operators on elements.
Parameters:
Local : LOCAL

val opti : Local.user_data -> Local.result
opti user_data.