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

📄 fet.ini

📁 用遗传算法写的软件,非常有用! 值得大家一看!
💻 INI
字号:
# This is FET's configuration file (FET version=3.17.11)


# This is the working directory (used in open/save as file dialog)
sample_inputs


# The time limit that the program is allowed to search for the solution (in seconds). Minimum
# recommended value is 600
2000000000


# The maximum number of allowed generations
2000000000


# The population number (minimum recommended: 512, maximum: 8192)
# (variable MAX_POPULATION_SIZE in file genetictimetable_defs.h)
# (non-technical description: increasing this variable slows down the program,
# but gives better results).
8192


# The evolution method:
# 1. Evolution1 - double the population, then select the best n/2 individuals (experimental)
# 2. Evolution2 - selection is based on 3 tournament (classical)
# (recommended: 2)
2


#Evolution 1 - Mutation 1 probability (random swap - classical)
40
#Evolution 1 - Mutation 2 probability (randomization - experimental)
40
#Evolution 1 - Crossover probability
20


#Evolution 2 - Mutation 1 probability (random swap - classical)
35
#Evolution 2 - Mutation 2 probability (randomization - experimental)
35
#Evolution 2 - Crossover probability
20
#Evolution 2 - Propagation probability
10


#FET Language
EN

⌨️ 快捷键说明

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