genalg.bat

来自「包括非线性规划」· Batch 代码 · 共 9 行

BAT
9
字号
REM The first parameter is K, carrying capacity (size of population)
REM The second parameter is the goal value, a real number
REM The third parameter is the inverse of allowable error
REM The fourth parameter is the complement of the mutation rate
REM The fifth parameter is the crossover/inversion ratio
REM The sixth parameter is the complement of the transcription rate
REM The seventh parameter is the iteration count (ignored)
genalg3 50 3.141592635 4096 0.8 0.8 0.8 100
genalg

⌨️ 快捷键说明

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