|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GradientOptimisationAlgorithm
Enable the notion of a gradient based optimisation. All Algorithms that can
be used to optimise a gradient based problem should implement this interface.
| Method Summary | |
|---|---|
int |
getGradientEvaluations()
Get the number of evaluations that have been performed to determine the gradient. |
GradientOptimisationProblem |
getGradientOptimisationProblem()
Accessor for the optimisation problem to be solved. |
void |
setGradientOptimisationProblem(GradientOptimisationProblem problem)
Sets the optimisation problem to be solved. |
| Method Detail |
|---|
void setGradientOptimisationProblem(GradientOptimisationProblem problem)
problem - The OptimisationProblemAdapter to be solved.GradientOptimisationProblem getGradientOptimisationProblem()
OptimisationProblemAdapter to be solved.int getGradientEvaluations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||