Module Ga_cfg


module Ga_cfg: sig .. end
Configuration file reader.

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.