|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OptimizableFunction
Method Summary | |
---|---|
double |
evaluate(double[] x,
int block)
Evaluates the function at position x. (Note that x is a Fortran Array which starts at 1.) |
int |
getNumberOfProcessingBlocks()
returns the number of parallel processing blocks. |
void |
setNumberOfProcessingBlocks(int number)
Sets the number of parallel processing blocks. |
Method Detail |
---|
void setNumberOfProcessingBlocks(int number)
number
- int getNumberOfProcessingBlocks()
double evaluate(double[] x, int block)
x
- the positionblock
- the block identifier. First block is 0. block is < getNumberOfProcessingBlocks().
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |