乘子法 Resources

Showing items tagged with "乘子法"

MATLAB implementations of contemporary nonlinear programming algorithms including SQP (Sequential Quadratic Programming) with active-set strategy, Augmented Lagrangian method for constraint handling, Quadratic Programming solvers, Nonlinear Least Squares using Gauss-Newton iterations, Conjugate Gradient methods for large-scale problems, Quasi-Newton techniques (BFGS/DFP), Line Search implementations with Wolfe conditions, Trust Region methods with dogleg steps, Steepest Descent with adaptive step sizes, and Newton's method with Hessian modifications.

MATLAB 209 views Tagged

MATLAB implementations for constrained optimization algorithms including: minRosen.m - Rosen's gradient projection method, minFactor.m - multiplier method (method of multipliers), minconPS.m - coordinate rotation method, minPF.m - exterior penalty function method, minMixFun.m - mixed penalty function method, minJSMixFun.m - accelerated mixed penalty function method

MATLAB 234 views Tagged