rtcgpsfda2.h
来自「基于GPS的多目标优化及动态多目标优化源代码 里面 包含MOP, DMOP的程序」· C头文件 代码 · 共 26 行
H
26 行
// RTCGPSFDA2.h: interface for the RTCGPSFDA2 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RTCGPSFDA2_H__14CA6290_17B3_439C_9758_532180038B4D__INCLUDED_)
#define AFX_RTCGPSFDA2_H__14CA6290_17B3_439C_9758_532180038B4D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "RTCGPS.h"
class RTCGPSFDA2 : public RTCGPS
{
public:
RTCGPSFDA2();
virtual ~RTCGPSFDA2();
virtual void RandomMutate(int Index);
void ComputeFitness(CSolution &m_1);
void InitPop();
};
#endif // !defined(AFX_RTCGPSFDA2_H__14CA6290_17B3_439C_9758_532180038B4D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?