⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 关于演化算法的小程序.以一个二元二次方程的求极值为例.对输入参数作了简化的固定处理.较好的说明了演化算法.可直接运行.
💻 TXT
字号:
========================================================================
       CONSOLE APPLICATION : Evaluat
========================================================================


AppWizard has created this Evaluat application for you.  

This file contains a summary of what you will find in each of the files that
make up your Evaluat application.


   这个程序是用演化算法来求一个二元二次方程的极值.该方程如下,
           y=21.5+x1*sin(4*pai*x1)+x2*sin(20*pai*x2)
           pai=3.14
   因为是为了说明演化计算的用法,因此对方程的参数直接固定在了程序中.大家可以自已修改.





Evaluat.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

Evaluat.cpp
    This is the main application source file.


/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Evaluat.pch and a precompiled types file named StdAfx.obj.


/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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