|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiterators.ModelIterator
iterators.PowellIterator
Field Summary |
Fields inherited from class iterators.ModelIterator |
cells, finalScore, model, network, nParsTV, numCells, numFunctionCalls, origStopper, outFileName, p, parsTV, ps, running, runThread, theFunction, TheIteratorViewer, verbose |
Constructor Summary | |
PowellIterator()
|
Method Summary | |
ModelIterator |
copy()
// ******* This version of F for diagnostic purposes only public float F(float [] thePoint) { numFunctionCalls++; return (10 + SQR(thePoint[0]) + SQR(thePoint[1])); } // ******* This version of F for diagnostic purposes only // |
void |
doRun()
|
protected void |
loadParameter(java.lang.String info,
BetterTokenizer tokenizer)
|
void |
loadParameters(BetterTokenizer tokenizer)
|
void |
reset()
Called before each run of an iterator. |
Methods inherited from class iterators.ModelIterator |
continueF, didBomb, didPass, doStartRun, F, getOutputFileName, getParameterSet, getState, getStopper, getValue, init, isRunning, isSaveExtra, iterError, print, println, println, quit, resetStopper, run, saveExtra, saveOutput, saveOutputTags, setFunction, setIteratorViewer, setOutputFile, setPrint, setPrintStream, setState, setStopper, startRun, stopRun |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
Constructor Detail |
public PowellIterator()
Method Detail |
public void loadParameters(BetterTokenizer tokenizer) throws java.lang.Exception
loadParameters
in class ModelIterator
java.lang.Exception
protected void loadParameter(java.lang.String info, BetterTokenizer tokenizer) throws java.lang.Exception
loadParameter
in class ModelIterator
java.lang.Exception
public ModelIterator copy() throws java.lang.Exception
copy
in class ModelIterator
java.lang.Exception
public void reset()
ModelIterator
reset
in class ModelIterator
public void doRun()
doRun
in class ModelIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |