gasolution.cpp
来自「遗传算法vc++语言版源程序,台湾大学编写。」· C++ 代码 · 共 16 行
CPP
16 行
#include "CommonUtility.h"
#include "PopSolution.h"
#include "MyTest.h"
PopSolution::PopSolution(UOFInitializer *init, UOFEvaluator *eval)
:UOFSolution(init,eval)
{
m_score = 0.0;
m_fitness = 0.0;
// m_pSolver = NULL;
// m_pInit = init;
// m_pEval = eval;
// 砞﹚
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?