Package | Description |
---|---|
com.mockturtlesolutions.snifflib.invprobs |
Contains standard classes and interfaces for solving statistical inverse problems.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterValuePair |
NMSimplex.PrevBest |
protected ParameterValuePair |
NMSimplex.ReflectPt |
protected ParameterValuePair |
NMSimplex.TrialPt |
Modifier and Type | Method and Description |
---|---|
ParameterValuePair |
ParameterValuePair.copy()
Make a deep copy of the parameter value pair.
|
ParameterValuePair |
DblParamSetSimplex.getBest()
Return the best ParameterValuePair.
|
ParameterValuePair |
DblParamSetSimplex.getNextToWorst()
Return the ParameterValuePair that is next to worst.
|
ParameterValuePair |
DblParamSetSimplex.getWorst()
Return the worst ParameterValuePair.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DblParamSetSimplex.add(ParameterValuePair X)
Add a ParameterValuePair to the simplex.
|
boolean |
DblParamSetSimplex.remove(ParameterValuePair X)
Remove a ParameterValuePair from the simplex.
|
Copyright © 2011, 2013. Daniel P. Dougherty