todo
来自「用C++编写的遗传算法」· 代码 · 共 22 行
TXT
22 行
************************************************************************* gpc++ - The Genetic Programming Kernel ** C++ Class Library *************************************************************************Some things are still to do===========================The assignment-operator for all kernel classes is not yet implemented.When creating new trees in generate(), they are not checked whetherthey are valid using function checkForValidCreation().Documentation of the examplesThe configuration module does not satisfy me. I would prefer a C++module that can read ".ini" file in the Windows style (even though Idon't like windows). Furthermore, the kernel should be able to readthe parameter it needs from such a configuration object. This way itis easier to extend the parameter class GPVariables without the needfor the user to change his/her code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?