readme.list
来自「标准的GP源代码,由Andy Singleton维护」· LIST 代码 · 共 35 行
LIST
35 行
*************************************************************************GPDATA Version 3 release Easter 1997 W.B.Langdon for the list problemas described in AiGP2 $Revision: 1.3 $. *************************************************************************Instructions*************************************************************************To Make GPlist: Create a symbolic link from list.h to prob.h (eg ln -s list.h prob.h) If gcc is available, make with list.make Eg make -f list.make If running on an alpha, make with list.make.alphaTo run GPlist: copy list.ini to gp.ini and gp.test.list to gp.test Then run GPlist GPlist takes optionals command line arguments, these allow the user to override the parameter settings in gp.ini Eg GPlist pPopSeed:33688 Evolved solutions can be loaded and their execution traced by creating a file gp.load containing the program. BUGS: A number of bugs have been fixed since the list problem was first solved. However the code in this kit reproduces the reported behaviour in AiGP2 section 20.5. Symbols defined in list.h (eg LIST_LIB and ORIGINAL_DEME) are used in some source files to disable some bug fixes. You may like to revise the sources, eg to use new symbols.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?