|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.tools.optimizer.SearchAlgorithm
|
+--gov.sns.tools.optimizer.CoordsStepSearchAlgorithm
| Constructor Summary | |
CoordsStepSearchAlgorithm()
Creates a new instance of CoordsStepSearchAlgorithm |
|
| Method Summary | |
protected boolean |
acceptProxyForFitting(ParameterProxy pr)
returns true if the step of finding is more than 0. |
protected double |
getBestScore()
returns the best score after step |
int |
getType()
returns the type of the algorithm - SearchAlgorithmConstants.. |
protected boolean |
makeStep()
make one step in the search. |
protected void |
reset()
reset for searching from scratch; forget history |
void |
shrinkStep(double factor)
decrease the step for all parameters by multiplying by factor. |
| Methods inherited from class gov.sns.tools.optimizer.SearchAlgorithm |
accept, getBestSolutionMap, getNumVariables, getScorer, getVariables, getWantToStop, setScorer, setVariables, setWantToStop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CoordsStepSearchAlgorithm()
| Method Detail |
public void shrinkStep(double factor)
protected void reset()
reset in class SearchAlgorithmprotected boolean acceptProxyForFitting(ParameterProxy pr)
acceptProxyForFitting in class SearchAlgorithmprotected boolean makeStep()
makeStep in class SearchAlgorithmprotected double getBestScore()
getBestScore in class SearchAlgorithmpublic int getType()
getType in class SearchAlgorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||