@PublicationReference(author="Wikipedia", title="False position method", type=WebPage, year=2009, url="http://en.wikipedia.org/wiki/False_position_method") public class RootFinderFalsePositionMethod extends AbstractBracketedRootFinder
DEFAULT_ROOT_BRACKETERDEFAULT_MAX_ITERATIONS, DEFAULT_TOLERANCEdata, keepGoingmaxIterationsDEFAULT_ITERATION, iteration| Constructor and Description | 
|---|
| RootFinderFalsePositionMethod()Creates a new instance of RootFinderFalsePositionMethod | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | step()Called to take a single step of the learning algorithm. | 
cleanupAlgorithm, getBracketer, getResult, getRootBracket, initializeAlgorithm, setBracketer, setRootBracketclone, getInitialGuess, getPerformance, getTolerance, setInitialGuess, setTolerancegetData, getKeepGoing, learn, setData, setKeepGoing, stopgetMaxIterations, isResultValid, setMaxIterationsaddIterativeAlgorithmListener, fireAlgorithmEnded, fireAlgorithmStarted, fireStepEnded, fireStepStarted, getIteration, getListeners, removeIterativeAlgorithmListener, setIteration, setListenersequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlearngetMaxIterations, setMaxIterationsaddIterativeAlgorithmListener, getIteration, removeIterativeAlgorithmListenerisResultValid, stoppublic RootFinderFalsePositionMethod()
protected boolean step()
AbstractAnytimeBatchLearnerstep in class AbstractAnytimeBatchLearner<Evaluator<java.lang.Double,java.lang.Double>,InputOutputPair<java.lang.Double,java.lang.Double>>