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

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


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
shuai-xie/genetic-algorithmA Matlab implementation of a genetic algorithm to find optimal solutions to optimization problems422
hiroyuki-kasai/sgdlibraryA collection of stochastic optimization algorithms for large-scale machine learning problems221
hiroyuki-kasai/gdlibraryA collection of unconstrained optimization algorithms implemented in MATLAB67
vonsylvia/matlab_algorithm_with_casesA collection of implementations for various optimization algorithms in MATLAB443
cicirello/chips-n-salsaA comprehensive Java library of local search algorithms with customization and hybridization capabilities60
liyangsir/smart-algorithmA collection of algorithm implementations for optimization and problem-solving in various fields700
xidongwu/federated-minimax-and-conditional-stochastic-optimizationThis project presents optimization techniques for federated learning and minimax games in the context of machine learning1
jiaowenlong/psoAn implementation of the Particle Swarm Optimization algorithm in MATLAB, providing a tool for optimizing complex problems86
ethz-pes/multi_objective_optimization_matlabA MATLAB toolset for multi-objective optimization using genetic algorithms and other methods.53
hiroyuki-kasai/sparsegdlibraryA collection of unconstrained optimization algorithms for sparse modeling in MATLAB53
uts-ri/matlab-graph-optimizationA Matlab-based optimization framework for nonlinear least squares problems68
jiangoforit/yellowfin_pytorchAn optimizer that automatically tunes momentum and learning rate using local quadratic approximation.287
auralius/yadpfAn implementation of dynamic programming algorithms and value iteration methods for optimization problems in various fields6
clarkzinzow/nonlinear-optimization-algorithmsMATLAB implementations of various nonlinear programming algorithms for optimization and minimization tasks166
mazhar-ansari-ardeh/benchmarkfcnsProvides benchmarking functions for mathematical optimization algorithms67