MATLAB File Help: cv.ConjGradSolver/minimize Index
cv.ConjGradSolver/minimize

Runs the algorithm and performs the minimization.

[x,fx] = solver.minimize(x0)

Input

Output

The sole input parameter determines the centroid of the starting simplex (roughly, it tells where to start), all the others (terminal criteria, function to be minimized) are supposed to be set via the setters before the call to this method or the default values (not always sensible) will be used.

Method Details
Access public
Sealed false
Static false