|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Minimizer
The interface for unconstrained function minimizers.
Implementations may also vary in their requirements for the arguments. For example, implementations may or may not care if theinitial
feasible vector turns out to be non-feasible
(or null!). Similarly, some methods may insist that objectives
and/or constraint Function
objects actually be
DiffFunction
objects.
Method Summary | |
---|---|
double[] |
minimize(Function function,
double functionTolerance,
double[] initial)
Attempts to find an unconstrained minimum of the objective function starting at initial , within
functionTolerance . |
Method Detail |
---|
double[] minimize(Function function, double functionTolerance, double[] initial)
function
starting at initial
, within
functionTolerance
.
function
- the objective functionfunctionTolerance
- a double
valueinitial
- a initial feasible point
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |