Hannah-Zhou / Optimization_Algorithm
非线性优化主要算法的Matlab程序,有精确线搜索的0.618法和抛物线法, 非精确线搜索的Armijo准则, 最速下降法, 牛顿法, 共轭梯度法, BFGS 算法, DFP 算法, Broyden 族方法, 信赖域方法, 求解非线性最小二乘问题的L-M算法, 解约束优化问题的乘子法, 求解二次规划的有效集法, SQP 子问题的光滑牛顿法以及求解约束优化问题的SQP方法等. 程序基本通用.
☆176Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for Optimization_Algorithm
- 最优化方法及其MATLAB实现 源代码☆41Updated 3 years ago
- BP神经网络预测实例(matlab)☆42Updated 2 years ago
- This repository displays the demos of some Intelligent Optimization Algorithms, including SA (Simulated Annealing), GA (Genetic algorithm…☆247Updated 7 years ago
- 基本遗传算法MATLAB程序☆194Updated 5 years ago
- 使用粒子群算法优化的RBF神经网络进行预测。RBF neural network optimized by particle swarm optimization is used for prediction.☆90Updated 4 years ago
- 遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等常用智能算法的MATLAB实现☆430Updated 4 years ago
- Mathematical Contest in Modeling (MCM) 集训、国赛、美赛算法实现,各种智能算法(遗传算法、模拟退火算法、蚁群算法、粒子算法、神经网络算法等)实现和优化。☆23Updated last year
- 麻雀,鲸鱼,正余弦,北方苍鹰,遗传,粒子群,灰狼,蜻蜓,蝗虫,多元宇宙等优化算法.☆60Updated last year
- 粒子群算法 matlab2016b☆84Updated 7 years ago
- The Matlab/Octave code contains codes of Whale Optimization Algorithm and Particle Swarm Optimization.☆61Updated 5 years ago
- 用于存放《最优化理论与算法》代码与课件☆221Updated 2 years ago
- [智能优化算法及其MATLAB实例(第2版)]书籍配套源码☆34Updated 2 years ago
- BP Neural Network in Matlab.☆92Updated 3 months ago
- 遗传算法 - Matlab☆417Updated 7 years ago
- 华为杯研究生数学建模竞赛:历年来优化类代码(不定时更新,曾获一等奖)☆44Updated 2 months ago
- ☆57Updated 3 years ago
- All nature-inspired algorithms involve two processes namely exploration and exploitation. For getting optimal performance, there should b…☆90Updated 4 years ago
- 记录计算智能优化算法的学习笔记,通过阅读论文并复现的形式加深对相关的启发式智能优化的理解。☆139Updated last year
- MOPSO及pso可编译运行matlab源码,及相关论文资源☆145Updated 4 years ago
- 《MATLAB优化算法案例分析与应用(进阶篇)》代码和ppt☆37Updated 4 years ago
- Frank-Wolfe算法和梯度投影法MATLAB实现☆12Updated 2 years ago
- 基于遗传算法的BP网络设计,应用背景为交通流量的预测☆156Updated 5 years ago
- 使用BP神经网络、RBF神经网络以及PSO优化的RBF神经网络进行数据的预测☆178Updated 4 years ago
- 基于粒子群优化的神经网络PID控制☆81Updated 6 years ago
- B站PPT和代码 , 请先下滑获取使用教程.☆617Updated 9 months ago
- Motion-Encoded Particle Swarm Optimization Algorithm☆50Updated 3 weeks ago
- This script implements the hybrid of PSO and GWO optimization algorithm.☆76Updated last year
- 研学社☆147Updated this week
- CEC2017测试集测试了模拟退火(SA)算法、状态转移(STA)算法、实数编码遗传(RCGA) 算法、差分进化(DE)算法、免疫(IA)算法、粒子群(PSO)算法、蚁群(ACO)算法和多种自适应策略粒子群(MAPSO)算法☆30Updated 2 years ago
- Optimization problem solving: genetic algorithm, ant colony algorithm, tabu search algorithm, simulated annealing algorithm, particle swa…☆59Updated 4 years ago