|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GradientOptimisationProblem
Optimisation problems that are able to provide gradient information should implement this interface. Some optimisation algorithms are able to exploit this information.
This interface only applies to continuous valued problems.
Method Summary | |
---|---|
Vector |
getGradient(Vector position)
Returns the gradient of the optimisation problem at the given position. |
Method Detail |
---|
Vector getGradient(Vector position)
position
- the position.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |