input-rb+bin.txt
来自「多目标遗传算法的源代码」· 文本 代码 · 共 22 行
TXT
22 行
Number of Real and Binary Variables (nreal nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutation probability (1/nreal)
Real-parameter crossover parameter (10)
Real-parameter mutation parameter (100)
Lower and upper bounds on real-parameter (nreal entries) variables (0.0 10.0)
Are these bounds rigid (1 for yes, 0 for no)
Binary crossover: Single-point (1), uniform (2)
String length for 1st binary variable (15)
Lower and upper bound of 1st binary variable (0.0 10.0)
String length for 2nd binary variable (15)
Lower and upper bound of 2nd binary variable (0.0 10.0)
.
.
String length for nbinary binary variable (15)
Lower and upper bound of nbinary binary variable (0.0 10.0)
Bitwise mutation probability (1/overall string length)
Seed for random number generator (0.0 - 1.0)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?