Module conjugate_gradient

Module conjugate_gradient 

Source
Expand description

Conjugate Gradient method for unconstrained optimization

Functionsยง

compute_line_bounds
Compute bounds for line search parameter
minimize_conjugate_gradient
Implements the Conjugate Gradient method for unconstrained optimization with optional bounds support