基本信息
源码名称:MATLAB智能算法30个案例分析 源代码
源码大小:1.53M
文件格式:.zip
开发语言:MATLAB
更新时间:2022-01-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
MATLAB智能算法30个案例分析 源代码

.
├── MATLAB智能算法30个案例分析 源代码
│   ├── chapter1
│   │   ├── fx.m
│   │   └── fxy.m
│   ├── chapter10
│   │   ├── data.mat
│   │   └── main.m
│   ├── chapter11
│   │   ├── Find.m
│   │   ├── REINS.M
│   │   ├── RWS.M
│   │   ├── SELECT.M
│   │   ├── aberranceJm.m
│   │   ├── across.m
│   │   ├── cal.m
│   │   ├── calP.m
│   │   ├── caltime.m
│   │   ├── main.m
│   │   ├── plotRec.m
│   │   ├── ranking.M
│   │   ├── scheduleData.mat
│   │   └── selectJm.m
│   ├── chapter12
│   │   ├── Cross.m
│   │   ├── IAdata.mat
│   │   ├── Mutation.m
│   │   ├── Select.m
│   │   ├── bestselect.m
│   │   ├── centre.fig
│   │   ├── concentration.m
│   │   ├── draw.m
│   │   ├── excellence.m
│   │   ├── figure.fig
│   │   ├── fitness.m
│   │   ├── incorporate.m
│   │   ├── main.m
│   │   ├── popinit.m
│   │   ├── similar.m
│   │   └── test.m
│   ├── chapter13
│   │   ├── sample1
│   │   │   ├── MexicoHatnew.m
│   │   │   ├── PSO0.m
│   │   │   ├── PSO1.m
│   │   │   ├── PSO2.m
│   │   │   ├── PSO3.m
│   │   │   ├── PSO4.m
│   │   │   ├── fun.m
│   │   │   ├── main.m
│   │   │   └── wchange.m
│   │   ├── sample2-Rastrgrin
│   │   │   ├── PSO.m
│   │   │   ├── fun.m
│   │   │   ├── pso.fig
│   │   │   ├── pso.mat
│   │   │   ├── rastrigrin.fig
│   │   │   └── rastrigrin.m
│   │   └── sample3-Griewankan
│   │       ├── Griewank.fig
│   │       ├── Griewank.m
│   │       ├── PSO.m
│   │       ├── fun.m
│   │       ├── pso.fig
│   │       └── pso.mat
│   ├── chapter14
│   │   └── 案例14
│   │       ├── cell模式下运行结果
│   │       │   ├── GA_run.html
│   │       │   ├── GA_run.png
│   │       │   ├── GA_run_01.png
│   │       │   ├── PSO.html
│   │       │   ├── PSO.png
│   │       │   ├── PSO_01.png
│   │       │   └── PSO_02.png
│   │       ├── 源程序
│   │       │   ├── GA_run.m
│   │       │   ├── PID_Model.mdl
│   │       │   ├── PSO.m
│   │       │   └── PSO_PID.m
│   │       └── 问题解决思路.pdf
│   ├── chapter15
│   │   ├── Oliver30.txt
│   │   ├── bayg29.txt
│   │   ├── burma14.txt
│   │   ├── ch130.txt
│   │   ├── ch150.txt
│   │   ├── dist.m
│   │   ├── eil51.txt
│   │   ├── fitness.m
│   │   ├── gr96.txt
│   │   ├── main.asv
│   │   ├── main.m
│   │   ├── pr226.txt
│   │   ├── pr76.txt
│   │   └── st70.txt
│   ├── chapter16
│   │   ├── DF1function.m
│   │   ├── fitnessRecord.mat
│   │   ├── main.m
│   │   └── result.mat
│   ├── chapter17
│   │   ├── PSOt
│   │   │   ├── forcecol.m
│   │   │   ├── forcerow.m
│   │   │   ├── goplotpso.m
│   │   │   ├── linear_dyn.m
│   │   │   ├── normmat.m
│   │   │   ├── pso_Trelea_vectorized.m
│   │   │   └── spiral_dyn.m
│   │   └── testfunctions
│   │       ├── DeJong_f2.m
│   │       ├── DeJong_f3.m
│   │       ├── DeJong_f4.m
│   │       ├── Foxhole.m
│   │       ├── Griewank.m
│   │       ├── NDparabola.m
│   │       ├── Rastrigin.m
│   │       ├── Rosenbrock.m
│   │       ├── ackley.m
│   │       ├── alpine.m
│   │       ├── f6.m
│   │       ├── f6_bubbles_dyn.m
│   │       ├── f6_linear_dyn.m
│   │       ├── f6_spiral_dyn.m
│   │       ├── f6mod.m
│   │       ├── forcecol.m
│   │       ├── forcerow.m
│   │       ├── goplotpso.m
│   │       ├── linear_dyn.m
│   │       ├── main.m
│   │       ├── normmat.m
│   │       ├── pso_Trelea_vectorized.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
│   │   ├── Metropolis.m
│   │   ├── NewAnswer.m
│   │   ├── OutputPath.m
│   │   ├── PathLength.m
│   │   ├── SA_TSP.m
│   │   └── dsxy2figxy.m
│   ├── chapter20
│   │   ├── FCMfun.m
│   │   ├── FCMpure.m
│   │   ├── GAFCM.m
│   │   ├── ObjFun.m
│   │   ├── SAGAFcmMain.m
│   │   ├── X.mat
│   │   ├── initFCM.m
│   │   └── iterateFCM.m
│   ├── chapter21
│   │   └── 源程序
│   │       ├── my_first_SA.m
│   │       └── my_first_SA_run.m
│   ├── chapter22
│   │   ├── citys_data.mat
│   │   └── main.m
│   ├── chapter23
│   │   ├── DijkstraPlan.m
│   │   ├── DijstraPlan.m
│   │   ├── barrier.txt
│   │   ├── lines.txt
│   │   ├── main.m
│   │   └── matrix.txt
│   ├── chapter24
│   │   ├── CacuFit.m
│   │   ├── CacuQfz.m
│   │   ├── HeightData.mat
│   │   ├── czfz.m
│   │   ├── data.m
│   │   ├── data1.m
│   │   ├── main.m
│   │   └── searchpath.m
│   ├── chapter25
│   │   ├── main.m
│   │   └── spectra_data.mat
│   ├── chapter26
│   │   ├── iris_data.mat
│   │   └── main.m
│   ├── chapter27
│   │   ├── main.m
│   │   └── water_data.mat
│   ├── chapter28
│   │   ├── BreastTissue_data.mat
│   │   └── main.m
│   ├── chapter29
│   │   ├── concrete_data.mat
│   │   └── main.m
│   ├── chapter2基于遗传算法和非线性规划函数的寻优算法
│   │   ├── 案例1非线性
│   │   │   ├── Code.m
│   │   │   ├── Cross.m
│   │   │   ├── Mutation.m
│   │   │   ├── Select.m
│   │   │   ├── fun.m
│   │   │   ├── main.m
│   │   │   ├── nonlinear.m
│   │   │   └── test.m
│   │   ├── 案例2非线性
│   │   │   ├── Code.m
│   │   │   ├── Cross.m
│   │   │   ├── Genetic.m
│   │   │   ├── Mutation.m
│   │   │   ├── Select.m
│   │   │   ├── fun.m
│   │   │   ├── nonlinear.m
│   │   │   └── test.m
│   │   └── 案例3非线性
│   │       ├── Code.m
│   │       ├── Cross.m
│   │       ├── Genetic.m
│   │       ├── Mutation.m
│   │       ├── Select.m
│   │       ├── fun.m
│   │       ├── nonlinear.m
│   │       └── test.m
│   ├── chapter30
│   │   ├── elmpredict.m
│   │   ├── elmtrain.m
│   │   ├── iris_data.mat
│   │   ├── main.m
│   │   └── spectra_data.mat
│   ├── chapter3基于遗传算法的神经网络优化
│   │   ├── BPfun.m
│   │   ├── GABPMain.m
│   │   ├── Objfun.m
│   │   ├── callbackfun.m
│   │   └── data.mat
│   ├── chapter4
│   │   ├── CityPosition1.mat
│   │   ├── CityPosition2.mat
│   │   ├── CityPosition3.mat
│   │   ├── Distanse.m
│   │   ├── DrawPath.m
│   │   ├── Fitness.m
│   │   ├── GA_TSP.m
│   │   ├── InitPop.m
│   │   ├── Mutate.m
│   │   ├── OutputPath.m
│   │   ├── PathLength.m
│   │   ├── Recombin.m
│   │   ├── Reins.m
│   │   ├── Reverse.m
│   │   ├── Select.m
│   │   ├── Sus.m
│   │   ├── dsxy2figxy.m
│   │   └── test.m
│   ├── chapter5
│   │   └── 源程序
│   │       ├── Active_Suspension_LQR.mdl
│   │       ├── GA_LQR.m
│   │       └── GA_LQR_run.m
│   ├── chapter6
│   │   └── 源程序
│   │       ├── GA_demo.m
│   │       └── GA_demo_run.m
│   ├── chapter7
│   │   ├── EliteInduvidual.m
│   │   ├── MPGA.m
│   │   ├── ObjectFunction.m
│   │   ├── SGA.m
│   │   ├── danyuan.m
│   │   └── immigrant.m
│   ├── chapter8
│   │   ├── FitnessFunction.m
│   │   ├── InitPop.m
│   │   ├── Objfunction.m
│   │   ├── Qgate.m
│   │   ├── QuantumMain.m
│   │   ├── bin2decFun.m
│   │   └── collapse.m
│   └── chapter9
│       └── 源程序
│           ├── my_first_multi.m
│           └── my_first_multi_run.m
├── matrix.suo
├── matrix.v12.suo
└── 好例子网_MATLAB智能算法30个案例分析 源代码.zip

46 directories, 241 files