readme

来自「非常好的进化算法EC 实现平台 可以实现多种算法 GA GP」· 代码 · 共 35 行

TXT
35
字号
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+OneMax (onemax): Simple GA example with Open BEAGLECopyright (C) 2003by  Christian Gagne <cgagne@gmail.com>and Marc Parizeau <parizeau@gel.ulaval.ca>+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+Getting started===============  Example is compiled in binary 'onemax'. Usage options is described by  executing it with command-line argument '-OBusage'. The detailed help can  also be obtained with argument '-OBhelp'.Objective=========  Find a bit string filled with ones.Representation==============  Bit strings made of N bits.Fitness=======  Number of ones in the bit string, where the perfect solution has a fitness equal  to N, the size of the bit strings.

⌨️ 快捷键说明

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