module Ga_cfg:Configuration file reader.sig
..end
val read_config : ?verbose:bool -> string -> Ga_types.gvars
read_config ~verbose file
reads file
and ouputs the parameters for the
genetic algorithm. If verbose
is true
, parameters are printed on
stderr
; default value is false
.