gusucode.com > 十大算法matlab程序说明 > 十大算法matlab程序说明/遗传算法/galib245/examples/pvmpop/settings.txt

    # 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.

number_of_populations	10
population_size		50
mutation_probability	0.01
crossover_probability	1.0
score_filename		bog.dat
score_frequency		1
flush_frequency		10
select_scores		7	# 1=mean, 2=max, 4=min, 8=dev, 16=div
number_of_generations	50