rtcgpsfda5.h

来自「基于GPS的多目标优化及动态多目标优化源代码 里面 包含MOP, DMOP的程序」· C头文件 代码 · 共 27 行

H
27
字号
// RTCGPSFDA5.h: interface for the RTCGPSFDA5 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_RTCGPSFDA5_H__01225147_5B05_48DF_81B7_6946FD4B837F__INCLUDED_)
#define AFX_RTCGPSFDA5_H__01225147_5B05_48DF_81B7_6946FD4B837F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "RTCGPS.h"

class RTCGPSFDA5 : public RTCGPS  
{
public:
	RTCGPSFDA5();
	virtual ~RTCGPSFDA5();
	virtual void RandomMutate(int Index);
	void ComputeFitness(CSolution &m_1);
	void InitPop();


};

#endif // !defined(AFX_RTCGPSFDA5_H__01225147_5B05_48DF_81B7_6946FD4B837F__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?