📄 gasolution.cpp
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -