Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.misc.algorithm.stopcondition Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
AfterIterationsStops after a given number of iterations.Classcom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
AfterNoImprovementClasscom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
AndStopConditionsCombines an arbitrary number of stop conditions, terminating when all conditions are met.Classcom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
AtThresholdStops when the value reaches a given value with a given precision.Classcom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
OrStopConditionsCombines an arbitrary number of stop conditions, terminating when the first condition is met.Classcom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
StopConditionDefines when an algorithm stops (the iterations).Interfacecom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu