非线性最小二乘法 Resources

Showing items tagged with "非线性最小二乘法"

This guide covers MATLAB implementations for unconstrained optimization methods including Steepest Descent, Newton's Method, Conjugate Gradient, Variable Metric Methods (DFP and BFGS), and Nonlinear Least Squares. For constrained optimization, it explores Exterior Penalty Function and Generalized Multiplier Methods. The documentation includes detailed algorithm explanations, MATLAB code examples, and practical problem analysis with optimization techniques.

MATLAB 251 views Tagged

This source code package constitutes my major assignment for the Optimization Theory course, featuring self-implemented versions of the following prevalent optimization algorithms: Steepest Descent Method, Newton's Method, Nonlinear Least Squares Method, and DFP (Davidon-Fletcher-Powell) Method. The implementation includes two test functions, fun1 and fun2, designed to validate algorithm performance and convergence behavior across different optimization landscapes.

MATLAB 224 views Tagged