文件名称:Another-Particle-Swarm-Toolbox
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-12-27
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
粒子群优化工具箱,采用Matlab编写的PSO程序工具箱-Development Notes for psopt toolbox
Future plans (in no particular order):
* Performance improvement: Automatically check for existence of constraints, skip boundary-checking if unconstrained.
* Performance improvement: Automatically vectorize fitness functions supplied by user, if not already vectorized.
* Performance improvement: Detect and eliminate dependent (i.e. redundant) linear constraints.
* Performance improvement: Automatically choose "penalize" versus "soft" constraint handling method based on type of constraints in problem. If any equality constraints exist, using "penalize", otherwise default to "soft". If "soft", automatically switch to "penalize" if more than a given percentage of particles (initial or interim) are infeasible.
* Feature: An output function defined by options.OutputFcns that can save current swarm state in a file which can be reloaded later as a problem structure, in case of a system crash.
* Feature: Implement multiobjective optimization option
Future plans (in no particular order):
* Performance improvement: Automatically check for existence of constraints, skip boundary-checking if unconstrained.
* Performance improvement: Automatically vectorize fitness functions supplied by user, if not already vectorized.
* Performance improvement: Detect and eliminate dependent (i.e. redundant) linear constraints.
* Performance improvement: Automatically choose "penalize" versus "soft" constraint handling method based on type of constraints in problem. If any equality constraints exist, using "penalize", otherwise default to "soft". If "soft", automatically switch to "penalize" if more than a given percentage of particles (initial or interim) are infeasible.
* Feature: An output function defined by options.OutputFcns that can save current swarm state in a file which can be reloaded later as a problem structure, in case of a system crash.
* Feature: Implement multiobjective optimization option
(系统自动生成,下载前可以参看下载内容)
下载文件列表
license.txt
psopt
.....\license.txt
.....\psoplotscorediversity.m
.....\testfcns
.....\........\schwefelsfcn.m
.....\........\ackleysfcn.m
.....\........\dejongsfcn.m
.....\........\templatefcn.m
.....\........\nonlinearconstrdemo.m
.....\........\binarytestfcn.m
.....\........\langermannsfcn.m
.....\........\dropwavefcn.m
.....\........\rastriginsfcn.m
.....\........\griewangksfcn.m
.....\........\testfcn1.m
.....\........\rosenbrocksfcn.m
.....\psoboundsabsorb.m
.....\private
.....\.......\psogetinitialpopulation.m
.....\.......\heart.m
.....\.......\psocheckpopulationinitrange.m
.....\.......\overlaycontour.m
.....\.......\psocheckinitialpopulation.m
.....\.......\psocreationuniform.m
.....\.......\psorunhybridfcn.m
.....\.......\unitdisk.m
.....\.......\psocheckbounds.m
.....\.......\psogenerateoutputmessage.m
.....\.......\void.m
.....\.......\psocreationbinary.m
.....\.......\overlaysurface.m
.....\.......\quadrifolium.m
.....\.......\initstate.m
.....\.......\unitcircle.m
.....\psoplotbestf.m
.....\psoboundsreflect.m
.....\psooptimset.m
.....\evolutioncomplete.m
.....\psocalculatepenalties.m
.....\psoboundspenalize.m
.....\psoplotswarm.m
.....\pso.m
.....\psobinary.m
.....\psoboundssoft.m
.....\releasenotes.txt
.....\psoiterate.m
.....\psodemo.m
.....\psoplotswarmsurf.m