MATLAB File Help: cv.ConjGradSolver/minimize | Index |
Runs the algorithm and performs the minimization.
[x,fx] = solver.minimize(x0)
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.
Access | public |
Sealed | false |
Static | false |