文件名称:manwandiaodu-PSO

介绍说明--下载内容均来自于网络,请自行研究使用

群微粒算法:本算法用群微粒算法求目标函数的最大值

//本算法使用步骤

// (1)派生自己的群微粒类,类中必须定义double GetFit(PARTICLE&)方法,用来计算每个微粒的适合度

// (2)生成派生类实例,并在构造函数中指明微粒坐标维数和群体个数

// (2)设置微粒坐标上界数组和下界数组,并用SetXup与SetXdown设置微粒坐标上下界

// (3)用SetVmax方法设置微粒最大速度

// (4)设置可选参数:C1,C2,W和通讯函数

// (5)采用Run方法进行优化运算,优化后用GetBest方法获得最优个体适合度和坐标-Group of particle algorithm: this algorithm with a group of particles for a maximum of the objective function

//the algorithm using steps

//derived their own group of particles (1) class, the class must be defined in a double GetFit (PARTICLE &) method, is used to calculate the fitness of each PARTICLE

//(2) generates derived class instance, and indicate the particles in the constructor coordinate dimension and the number of groups

//(2) set the particle coordinate arrays and lower bound, the upper bound and SetXup and SetXdown set the upper and lower bounds particle coordinates

//(3) set maximum speed particles in SetVmax way

//(4) set the optional parameters: C1 and C2, W and communications functions

//(5) Run method is adopted to optimize arithmetic, the optimized GetBest method to obtain the optimal individual fitness and coordinates
(系统自动生成,下载前可以参看下载内容)

下载文件列表





manwandiaodu PSO

................\pso

................\...\pso.cpp

................\...\pso.h

................\...\vc_pso

................\...\......\Debug

................\...\......\.....\StdAfx.obj

................\...\......\.....\pso.exe

................\...\......\.....\pso.ilk

................\...\......\.....\pso.obj

................\...\......\.....\pso.pch

................\...\......\.....\pso.pdb

................\...\......\.....\vc60.idb

................\...\......\.....\vc60.pdb

................\...\......\ReadMe.txt

................\...\......\StdAfx.cpp

................\...\......\StdAfx.h

................\...\......\pso.cpp

................\...\......\pso.dsp

................\...\......\pso.dsw

................\...\......\pso.h

................\...\......\pso.ncb

................\...\......\pso.opt

................\...\......\pso.plg

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org