|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrthogonalHints
Provides a means for giving an Orthogonal base optimiser (IE, OrthognalMinimum) hints about the function that may alow it to optimise better.
Nested Class Summary | |
---|---|
static class |
OrthogonalHints.Utils
|
Method Summary | |
---|---|
int |
getInternalParameterBoundaries(int parameter,
double[] storage)
A boundary is a value of a parameter for which values lower than the boundary and values higher than the boundary are better treated as two separate functions (IE, they are only piecewise connected), and minimisation should be performed over both ranges individually (and then the true minimum taken as the minimuma of the ranges) |
OrderEnumerator |
getSuggestedOrdering(OrderEnumerator defaultOrdering)
If there is a "best" ordering to use it can be specified here, if not should return null |
Method Detail |
---|
OrderEnumerator getSuggestedOrdering(OrderEnumerator defaultOrdering)
defaultOrdering
- The ordering suggested by the optimiser, may be null!
int getInternalParameterBoundaries(int parameter, double[] storage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |