Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.misc.algorithm Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AbsoluteToleranceThe stopping criteria is that the norm of the residual r is equal to or smaller than the specified tolerance, that is,Classcom.numericalmethod.suanshu.misc.algorithm.iterative.toleranceSuanShu
ActiveListThis interface defines the node popping strategy used in a branch-and-bound algorithm, e.Interfacecom.numericalmethod.suanshu.misc.algorithm.bbSuanShu
ActiveSetThis class keeps track of the active and inactive indices.Classcom.numericalmethod.suanshu.misc.algorithmSuanShu
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
BBNodeA branch-and-bound algorithm maintains a tree of nodes to keep track of the search paths and the pruned paths.Interfacecom.numericalmethod.suanshu.misc.algorithm.bbSuanShu
BinsThis class divides the items based on their keys into a number of bins.Classcom.numericalmethod.suanshu.misc.algorithmSuanShu
BranchAndBoundBranch-and-Bound (BB or B&B) is a general algorithm for finding optimal solutions of various optimization problems, especially in discrete and combinatorial optimization.Classcom.numericalmethod.suanshu.misc.algorithm.bbSuanShu
CartesianProductThe Cartesian product can be generalized to the n-ary Cartesian product over n sets X1, .Classcom.numericalmethod.suanshu.misc.algorithmSuanShu
CountMonitorThis IterationMonitor counts the number of iterates generated, hence the number of iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
IteratesMonitorThis IterationMonitor stores all states generated during iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
IterationMonitorTo debug an iterative algorithm, such as in IterativeMethod, it is useful to keep track of the all states generated in the iterations.Interfacecom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
IterativeMethodAn iterative method is a mathematical procedure that generates a sequence of improving approximate solutions for a class of problems.Interfacecom.numericalmethod.suanshu.misc.algorithm.iterativeSuanShu
NullMonitorThis IterationMonitor does nothing when a new iterate is added.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
OrStopConditionsCombines an arbitrary number of stop conditions, terminating when the first condition is met.Classcom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
RelativeToleranceThe stopping criteria is that the norm of the residual r relative to the input base is equal to or smaller than the specifiedClasscom.numericalmethod.suanshu.misc.algorithm.iterative.toleranceSuanShu
StopConditionDefines when an algorithm stops (the iterations).Interfacecom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
ToleranceThe tolerance criteria for an iterative algorithm to stop.Interfacecom.numericalmethod.suanshu.misc.algorithm.iterative.toleranceSuanShu
VectorMonitorThis IterationMonitor stores all vectors generated during iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu