实例介绍
《MATLAB智能算法30个案例...《MATLAB智能算法30个案例分析》采用案例形式,以智能算法为主线,讲解了遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现。
【实例截图】
【核心代码】
文件清单
└── MATLAB智能算法30个案例分析 源代码
├── chapter1
│ ├── example1.m
│ └── example2.m
├── chapter10
│ ├── chapter10
│ │ ├── data.mat
│ │ └── main.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
├── 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.rar
│ └── 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
│ ├── chapter10.rar
│ ├── chapter11.rar
│ ├── chapter12.rar
│ ├── chapter13.rar
│ ├── chapter14.rar
│ ├── chapter15.rar
│ ├── chapter16.rar
│ ├── chapter17.rar
│ ├── chapter18.rar
│ ├── chapter19.rar
│ ├── chapter20.rar
│ ├── chapter21.rar
│ ├── chapter22.rar
│ ├── chapter23.rar
│ ├── chapter24.rar
│ ├── chapter25.rar
│ ├── chapter26
│ │ ├── iris_data.mat
│ │ └── main.m
│ └── chapter9.rar
├── 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
74 directories, 325 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论