|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HessianOptimizableFunction
Method Summary | |
---|---|
double[][] |
hessian(double[] x,
int block)
Computes the Hessian matrix at position x. |
Methods inherited from interface edu.stanford.rsl.jpop.GradientOptimizableFunction |
---|
gradient |
Methods inherited from interface edu.stanford.rsl.jpop.OptimizableFunction |
---|
evaluate, getNumberOfProcessingBlocks, setNumberOfProcessingBlocks |
Method Detail |
---|
double[][] hessian(double[] x, int block)
x
- block
- the block identifier. First block is 0. block is < getNumberOfProcessingBlocks().
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |