public class DblParamSetSimplex extends java.util.TreeSet implements Displayable
| Modifier and Type | Field and Description |
|---|---|
protected DblParamSet |
SumOfParameters |
| Constructor and Description |
|---|
DblParamSetSimplex()
Create a Simplex to hold Nparams.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ParameterValuePair X)
Add a ParameterValuePair to the simplex.
|
ParameterValuePair |
getBest()
Return the best ParameterValuePair.
|
DblParamSet |
getFreshNMMean()
Calculate average of parameter values **ignoring the worst parameter set**.
|
ParameterValuePair |
getNextToWorst()
Return the ParameterValuePair that is next to worst.
|
DblParamSet |
getNMMean()
Calculate average of parameter values **ignoring the worst parameter set**.
|
ParameterValuePair |
getWorst()
Return the worst ParameterValuePair.
|
boolean |
remove(ParameterValuePair X)
Remove a ParameterValuePair from the simplex.
|
void |
show()
Display the vertices of the simplex.
|
void |
show(java.lang.String label)
Display the vertices of the simplex.
|
boolean |
smallerDiameter(DblMatrix tol)
Calculate diameter of parameter values.
|
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringprotected DblParamSet SumOfParameters
public boolean add(ParameterValuePair X)
public boolean remove(ParameterValuePair X)
public ParameterValuePair getWorst()
public ParameterValuePair getBest()
public ParameterValuePair getNextToWorst()
public DblParamSet getNMMean()
public DblParamSet getFreshNMMean()
public boolean smallerDiameter(DblMatrix tol)
public void show()
show in interface Displayablepublic void show(java.lang.String label)
show in interface DisplayableCopyright © 2011, 2013. Daniel P. Dougherty