# sample settings for GAlib applications

# GAlib expects parameters in name-value pairs.  The name should be a single
# string (no whitespace allowed).  The value should be of a type appropriate
# for the named parameter.  Anything after a # character will be ignored.
# The file must end with a blank line.  If you specify parameters that depend
# on other parameters, the last parameter will override the first or act on
# data modified by the first (the parameters are applied in the order they 
# are listed).

population_size		15
mutation_probability	0.001
migration_percentage	0.98
#number_of_best          1
crossover_probability	0.02
score_filename		bog.dat
score_frequency		1
flush_frequency		0
select_scores		2	# 1=mean, 2=max, 4=min, 8=dev, 16=div
#select_scores		31
number_of_generations	150000
#replacement_percentage	0.8


