Optimization_Algorithm

Optimization suite

A comprehensive collection of optimization algorithms implemented in MATLAB

非线性优化主要算法的Matlab程序,有精确线搜索的0.618法和抛物线法, 非精确线搜索的Armijo准则, 最速下降法, 牛顿法, 共轭梯度法, BFGS 算法, DFP 算法, Broyden 族方法, 信赖域方法, 求解非线性最小二乘问题的L-M算法, 解约束优化问题的乘子法, 求解二次规划的有效集法, SQP 子问题的光滑牛顿法以及求解约束优化问题的SQP方法等. 程序基本通用.

GitHub

178 stars
3 watching
42 forks
Language: MATLAB
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
shuai-xie/genetic-algorithm A Matlab implementation of a genetic algorithm to find optimal solutions to optimization problems 418
hiroyuki-kasai/sgdlibrary A collection of stochastic optimization algorithms for large-scale machine learning problems 218
hiroyuki-kasai/gdlibrary A collection of unconstrained optimization algorithms implemented in MATLAB 65
vonsylvia/matlab_algorithm_with_cases A collection of implementations for various optimization algorithms in MATLAB 438
cicirello/chips-n-salsa A Java library of algorithms and data structures for optimization problems 60
liyangsir/smart-algorithm A collection of algorithm implementations for optimization and problem-solving in various fields 687
xidongwu/federated-minimax-and-conditional-stochastic-optimization This project presents optimization techniques for federated learning and minimax games in the context of machine learning 0
jiaowenlong/pso An implementation of the Particle Swarm Optimization algorithm in MATLAB, providing a tool for optimizing complex problems 84
ethz-pes/multi_objective_optimization_matlab A MATLAB toolset for multi-objective optimization using genetic algorithms and other methods. 51
hiroyuki-kasai/sparsegdlibrary A collection of unconstrained optimization algorithms for sparse modeling in MATLAB 53
uts-ri/matlab-graph-optimization A Matlab-based optimization framework for nonlinear least squares problems 68
jiangoforit/yellowfin_pytorch An optimizer that automatically tunes momentum and learning rate using local quadratic approximation. 287
auralius/yadpf An implementation of dynamic programming algorithms and value iteration methods for optimization problems in various fields 6
clarkzinzow/nonlinear-optimization-algorithms MATLAB implementations of various nonlinear programming algorithms for optimization and minimization tasks 162
mazhar-ansari-ardeh/benchmarkfcns Provides benchmarking functions for mathematical optimization algorithms 66