搜索资源列表
DFP
- 运筹学非线性规划的经典c语言编写的DFP变尺度法子程序,是学习经典优化算法的不错参考资料
Constrained_Optimization_and_Lagrange_Multiplier_M
- 一本介绍约束优化方面的经典书籍。对于从事约束优化算法的研究很有帮助。-A book introducing constrained programming. It is beneficial for the algorithm research of constrained programming
PSOS_exe
- 粒子群优化算法,采用c语言实现,测试均采用经典函数。-Particle swarm optimization algorithm, using c language implementation, testing, adopt the classic function.
annealing
- 退火算法程序,经典优化算法,可以找到全局较好的点。-Annealing process, the classical optimization algorithm, can find a good point overall.
GraphCut_matlab
- graph cut 优化算法的最新版本,包含和Matlab接口,已编译,以及自己的一个简单测试例子程序MyTest,还有一篇经典论文及自己的读书笔记-graph cut optimization algorithm of the latest version, includes and Matlab interface has been compiled, and their example of a simple test program MyTest, there is a classic
MATLAB_classical_optimization
- MATLAB经典优化算法讲解很详细的matlab教程MATLAB classical optimization-MATLAB classical algorithm matlab tutorial explaining in detail MATLAB classical optimization
matlab
- 探讨了经典的粒子群优化算法,在此基础上,提出了量子粒子群算法(QPSO),该算法具有高效的全局搜索能力-Of the classical particle swarm optimization, on this basis, proposed a quantum particle swarm optimization (QPSO), the algorithm is efficient global search capability
Simulated-Annealing
- 非经典优化算法模拟退火PPT,学习数学建模有用-Simulated Annealing
粒子群算法
- 微粒群算法 目标粒子群优化算法的matlab版本。最经典的多目标进化算法!
遗传算法
- 利用遗传算法可以解决组合优化问题,代码很经典!(The combinational optimization problem can be solved by using the genetic algorithm, the code is classic!)
PSO haoyong
- 此压缩包包括PSO的一个经典工具箱,和几个帮助学习的测试程序,以及几个我编的测试小程序,绝对可用,我一直在用。(This compressed package includes a classic toolbox of PSO, and several learning procedures to help test, absolutely available, I have been using.)
MATLAB智能算法30个案例分析pdf+源代码
- Matlab 经典控制优化算法例子加源代码(Matlab classic control optimization algorithm examples, plus source code)
粒子群优化算法的寻优算法——非线性函数极值寻优
- 粒子群优化算法 一种经典的启发式算法(Particle swarm optimization algorithm, a classic heuristic algorithm)
Rosenbroke function
- 经典遗传算法,非线性优化算法(梯度法,牛顿法),运行效率高(Classical algorithm)
GA遗传算法
- 经典遗传算法 GA 单目标优化智能算法 启发式算法 优化算法(genetic optimization)
多目标优化进化算法
- 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
粒子群优化算法
- 经典的粒子群算法模型,里面有注释分析讲解(Classical particle swarm optimization model)
多载荷情况下悬臂梁拓扑优化程序
- 多载荷情况下悬臂梁拓扑优化程序,matlab实现,经典实用(Topology optimization program of cantilever beam under multi-load condition, realized by matlab, classical and practical)
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。
ADMM算法
- matlab经典优化算法,ADMM算法,欢迎阅读下载。