极小值 Resources

Showing items tagged with "极小值"

Implementation of the Fletcher-Reeves (FR) conjugate gradient algorithm for minimizing a target function y with variable x, starting from initial search point x0. Returns fm as the minimum function value and xm as the corresponding minimizing point. The algorithm utilizes gradient information and iterative direction updates for efficient convergence.

MATLAB 208 views Tagged