在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → MATLAB智能优化算法PDF及程序

MATLAB智能优化算法PDF及程序

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:51.05M
  • 下载次数:74
  • 浏览次数:820
  • 发布时间:2020-09-23
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
MATLAB智能优化算法PDF及程序,比较好用的。
【实例截图】
【核心代码】
30个案例
└── 30个案例
├── chapter1
│   ├── example1.m
│   ├── example2.m
│   └── T1.m
├── chapter10
│   └── chapter10
│   ├── data.mat
│   └── main.m
├── chapter11
│   └── chapter11
│   ├── aberranceJm.m
│   ├── across.m
│   ├── cal.m
│   ├── calP.m
│   ├── caltime.m
│   ├── Find.m
│   ├── main.m
│   ├── plotRec.m
│   ├── ranking.M
│   ├── REINS.M
│   ├── RWS.M
│   ├── scheduleData.mat
│   ├── selectJm.m
│   └── SELECT.M
├── chapter12
│   └── chapter12
│   ├── bestselect.m
│   ├── centre.fig
│   ├── concentration.m
│   ├── Cross.m
│   ├── draw.m
│   ├── excellence.m
│   ├── figure.fig
│   ├── fitness.m
│   ├── IAdata.mat
│   ├── incorporate.m
│   ├── main.m
│   ├── Mutation.m
│   ├── popinit.m
│   ├── Select.m
│   ├── similar.m
│   └── test.m
├── chapter13
│   └── chapter13
│   ├── sample1
│   │   ├── fun.m
│   │   ├── main.m
│   │   ├── MexicoHatnew.m
│   │   ├── PSO0.m
│   │   ├── PSO1.m
│   │   ├── PSO2.m
│   │   ├── PSO3.m
│   │   ├── PSO4.m
│   │   └── wchange.m
│   ├── sample2-Rastrgrin
│   │   ├── fun.m
│   │   ├── pso.fig
│   │   ├── PSO.m
│   │   ├── pso.mat
│   │   ├── rastrigrin.fig
│   │   └── rastrigrin.m
│   └── sample3-Griewankan
│   ├── fun.m
│   ├── Griewank.fig
│   ├── Griewank.m
│   ├── pso.fig
│   ├── PSO.m
│   └── pso.mat
├── chapter14
│   └── 案例14
│   ├── cell模式下运行结果
│   │   ├── GA_run_01.png
│   │   ├── GA_run.html
│   │   ├── GA_run.png
│   │   ├── PSO_01.png
│   │   ├── PSO_02.png
│   │   ├── PSO.html
│   │   └── PSO.png
│   ├── 源程序
│   │   ├── GA_run.m
│   │   ├── PID_Model.mdl
│   │   ├── PSO.m
│   │   └── PSO_PID.m
│   └── 问题解决思路.pdf
├── chapter15
│   └── chapter15
│   ├── bayg29.txt
│   ├── burma14.txt
│   ├── ch130.txt
│   ├── ch150.txt
│   ├── dist.m
│   ├── eil51.txt
│   ├── fitness.m
│   ├── gr96.txt
│   ├── main.asv
│   ├── main.m
│   ├── Oliver30.txt
│   ├── pr226.txt
│   ├── pr76.txt
│   └── st70.txt
├── chapter16
│   └── chapter16
│   ├── DF1function.m
│   ├── fitnessRecord.mat
│   ├── main.m
│   └── result.mat
├── chapter17
│   └── chapter17
│   ├── PSOt
│   │   ├── forcecol.m
│   │   ├── forcerow.m
│   │   ├── goplotpso.m
│   │   ├── linear_dyn.m
│   │   ├── normmat.m
│   │   ├── pso_Trelea_vectorized.m
│   │   └── spiral_dyn.m
│   └── testfunctions
│   ├── ackley.m
│   ├── alpine.m
│   ├── DeJong_f2.m
│   ├── DeJong_f3.m
│   ├── DeJong_f4.m
│   ├── f6_bubbles_dyn.m
│   ├── f6_linear_dyn.m
│   ├── f6.m
│   ├── f6mod.m
│   ├── f6_spiral_dyn.m
│   ├── forcecol.m
│   ├── forcerow.m
│   ├── Foxhole.m
│   ├── goplotpso.m
│   ├── Griewank.m
│   ├── linear_dyn.m
│   ├── main.m
│   ├── NDparabola.m
│   ├── normmat.m
│   ├── pso_Trelea_vectorized.m
│   ├── Rastrigin.m
│   ├── Rosenbrock.m
│   ├── spiral_dyn.m
│   ├── test_func.m
│   └── tripod.m
├── chapter18
│   ├── example1
│   │   ├── AF_dist.m
│   │   ├── AF_follow.m
│   │   ├── AF_foodconsistence.m
│   │   ├── AF_init.m
│   │   ├── AF_prey.m
│   │   ├── AF_swarm.m
│   │   ├── dist.m
│   │   └── example1.m
│   ├── example1.rar
│   ├── example2
│   │   ├── AF_dist.m
│   │   ├── AF_follow.m
│   │   ├── AF_foodconsistence.m
│   │   ├── AF_init.m
│   │   ├── AF_prey.m
│   │   ├── AF_swarm.m
│   │   ├── dist.m
│   │   └── example2.m
│   └── example2.rar
├── chapter19
│   ├── CityPosition1.mat
│   ├── CityPosition2.mat
│   ├── CityPosition3.mat
│   ├── Distanse.m
│   ├── DrawPath.m
│   ├── dsxy2figxy.m
│   ├── Metropolis.m
│   ├── NewAnswer.m
│   ├── OutputPath.m
│   ├── PathLength.m
│   └── SA_TSP.m
├── chapter2
│   └── chapter2
│   ├── 案例1
│   │   ├── Code.m
│   │   ├── Cross.m
│   │   ├── fun.m
│   │   ├── Genetic.asv
│   │   ├── Genetic.m
│   │   ├── Mutation.m
│   │   ├── Select.m
│   │   └── test.m
│   ├── 案例1非线性
│   │   ├── Code.m
│   │   ├── Cross.m
│   │   ├── fun.m
│   │   ├── main.m
│   │   ├── Mutation.m
│   │   ├── nonlinear.m
│   │   ├── Select.m
│   │   └── test.m
│   ├── 案例2
│   │   ├── Code.m
│   │   ├── Cross.m
│   │   ├── fun.m
│   │   ├── Genetic.m
│   │   ├── Mutation.m
│   │   ├── Select.m
│   │   └── test.m
│   ├── 案例2非线性
│   │   ├── Code.m
│   │   ├── Cross.m
│   │   ├── fun.m
│   │   ├── Genetic.asv
│   │   ├── Genetic.m
│   │   ├── Mutation.m
│   │   ├── nonlinear.m
│   │   ├── Select.m
│   │   └── test.m
│   ├── 案例3
│   │   ├── Code.m
│   │   ├── Cross.m
│   │   ├── fun.m
│   │   ├── Genetic.m
│   │   ├── Mutation.m
│   │   ├── Select.m
│   │   └── test.m
│   └── 案例3非线性
│   ├── Code.m
│   ├── Cross.m
│   ├── fun.m
│   ├── Genetic.m
│   ├── Mutation.m
│   ├── nonlinear.m
│   ├── Select.m
│   └── test.m
├── chapter20
│   ├── FCMfun.m
│   ├── FCMpure.m
│   ├── GAFCM.m
│   ├── initFCM.m
│   ├── iterateFCM.m
│   ├── ObjFun.m
│   ├── SAGAFcmMain.m
│   └── X.mat
├── chapter21
│   └── 源程序
│   ├── my_first_SA.m
│   └── my_first_SA_run.m
├── chapter22
│   └── chapter22
│   ├── citys_data.mat
│   └── main.m
├── chapter23
│   └── chapter23
│   ├── barrier.txt
│   ├── DijkstraPlan.m
│   ├── DijstraPlan.m
│   ├── lines.txt
│   ├── main.m
│   └── matrix.txt
├── chapter24
│   └── chapter24
│   ├── CacuFit.m
│   ├── CacuQfz.m
│   ├── czfz.m
│   ├── data1.m
│   ├── data.m
│   ├── HeightData.mat
│   ├── main.m
│   └── searchpath.m
├── chapter25
│   └── chapter25
│   ├── main.m
│   └── spectra_data.mat
├── chapter26
│   └── chapter26
│   ├── iris_data.mat
│   └── main.m
├── chapter27
│   └── chapter27
│   ├── main.m
│   └── water_data.mat
├── chapter28
│   └── chapter28
│   ├── BreastTissue_data.mat
│   └── main.m
├── chapter29
│   └── chapter29
│   ├── concrete_data.mat
│   └── main.m
├── chapter3
│   ├── BPfun.m
│   ├── callbackfun.m
│   ├── data.mat
│   ├── GABPMain.m
│   └── Objfun.m
├── chapter30
│   └── chapter30
│   ├── elmpredict.m
│   ├── elmtrain.m
│   ├── iris_data.mat
│   ├── main.m
│   └── spectra_data.mat
├── chapter4
│   ├── CityPosition1.mat
│   ├── CityPosition2.mat
│   ├── CityPosition3.mat
│   ├── Distanse.m
│   ├── DrawPath.m
│   ├── dsxy2figxy.m
│   ├── Fitness.m
│   ├── GA_TSP.m
│   ├── InitPop.m
│   ├── Mutate.m
│   ├── OutputPath.m
│   ├── PathLength.m
│   ├── Recombin.m
│   ├── Reins.m
│   ├── Reverse.m
│   ├── Select.m
│   ├── Sus.m
│   └── test.m
├── chapter5
│   └── 源程序
│   ├── Active_Suspension_LQR.mdl
│   ├── GA_LQR.m
│   └── GA_LQR_run.m
├── chapter6
│   └── 源程序
│   ├── GA_demo.m
│   └── GA_demo_run.m
├── chapter7
│   ├── danyuan.m
│   ├── EliteInduvidual.m
│   ├── immigrant.m
│   ├── MPGA.m
│   ├── ObjectFunction.m
│   └── SGA.m
├── chapter8
│   ├── bin2decFun.m
│   ├── collapse.m
│   ├── FitnessFunction.m
│   ├── InitPop.m
│   ├── Objfunction.m
│   ├── Qgate.m
│   └── QuantumMain.m
├── chapter9
│   └── 源程序
│   ├── my_first_multi.m
│   └── my_first_multi_run.m
├── [MATLAB智能算法30个案例分析].史峰等.扫描版.pdf
└── 最优
├── T416.m
└── Untitled.m

69 directories, 281 files

标签:

实例下载地址

MATLAB智能优化算法PDF及程序

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警