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