⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 settings.txt

📁 麻省理工开发的免费遗传算法类库GAlib,很好用
💻 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.  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		100mutation_probability	0.01crossover_probability	0.9score_filename		bog.datscore_frequency		1flush_frequency		25select_scores		7	# 1=mean, 2=max, 4=min, 8=dev, 16=div#select_scores		31number_of_generations	10#replacement_percentage	0.8#replacement_number	10

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -