settings.txt
来自「麻省理工开发的免费遗传算法类库GAlib,很好用」· 文本 代码 · 共 17 行
TXT
17 行
# 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 10population_size 50mutation_probability 0.01crossover_probability 1.0score_filename bog.datscore_frequency 1flush_frequency 10select_scores 7 # 1=mean, 2=max, 4=min, 8=dev, 16=divnumber_of_generations 50
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?