Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.misc Classes and Interfaces - 51 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
ArgumentAssertionUtility class for checking numerical arguments.Classcom.numericalmethod.suanshu.miscSuanShu
ArrayUtilsGet a left shifted array.Classcom.numericalmethod.suanshu.miscSuanShu
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
ConstantsThis class lists the global parameters and constants in this SuanShu library.Classcom.numericalmethod.suanshu.miscSuanShu
CountMonitorThis IterationMonitor counts the number of iterates generated, hence the number of iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
DeepCopyableThis interface provides a way to do polymorphic copying.Interfacecom.numericalmethod.suanshu.miscSuanShu
DimensionCheckThese are the utility functions for checking table dimension.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
ExceptionUtilsException-related utility functions.Classcom.numericalmethod.suanshu.miscSuanShu
FlexibleTableThis is a 2D table that can shrink or grow by row or by column.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
IdentityHashSetThis class implements the Set interface with a hash table, using reference-equality in place of object-equality when comparing keys and values.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
InvalidLicenseThis is the LicenseError thrown when calling a class or method that is not yet licensed.Classcom.numericalmethod.suanshu.misc.licenseSuanShu
IteratesMonitorThis IterationMonitor stores all states generated during iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
IterationBodyThis interface defines the code snippet to be run in parallel.Interfacecom.numericalmethod.suanshu.misc.parallelSuanShu
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
JodaTimeUtilsThese are the utility functions to manipulate JodaTime.Classcom.numericalmethod.suanshu.misc.datastructure.timeSuanShu
LicenseThis is the license management system for the library.Classcom.numericalmethod.suanshu.misc.licenseSuanShu
LicenseErrorGeneral error regarding the license, e.Classcom.numericalmethod.suanshu.misc.licenseSuanShu
LoopBodyThe implementation of this interface contains the code inside a for-loopThis method contains the code inside the for-loop, as in a nativeInterfacecom.numericalmethod.suanshu.misc.parallelSuanShu
MathTableA mathematical table consists of numbers showing the results of calculation with varying arguments.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
MultiDimensionalArrayA generic multi-dimensional array, with an arbitrary number of dimensions.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
MultiDimensionalCollectionA generic collection with an arbitrary number of dimensions.Interfacecom.numericalmethod.suanshu.misc.datastructureSuanShu
MultiDimensionalGridAn arbitrary dimensional grid.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
MultiDimensionalGrid .DiscretizationSpecifies the discretization of an interval.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
MultipleExecutionExceptionThis exception is thrown when any of the parallel tasks throws an exception during execution.Classcom.numericalmethod.suanshu.misc.parallelSuanShu
MutexProvides mutual exclusive execution of a Runnable.Classcom.numericalmethod.suanshu.misc.parallelSuanShu
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
PackageClasscom.numericalmethod.suanshu.misc.licenseSuanShu
ParallelExecutorThis class provides a framework for executing an algorithm in parallel.Classcom.numericalmethod.suanshu.misc.parallelSuanShu
PhysicalConstantsA collection of fundamental physical constants.Classcom.numericalmethod.suanshu.miscSuanShu
ReferenceClasscom.numericalmethod.suanshu.misc.parallelSuanShu
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
SortableArrayThese arrays can be sorted according to the dictionary order.Classcom.numericalmethod.suanshu.misc.datastructureSuanShu
StopConditionDefines when an algorithm stops (the iterations).Interfacecom.numericalmethod.suanshu.misc.algorithm.stopconditionSuanShu
StringUtilsUtility methods for string manipulation.Classcom.numericalmethod.suanshu.miscSuanShu
TableA table is a means of arranging data in rows and columns.Interfacecom.numericalmethod.suanshu.misc.datastructureSuanShu
TimeIntervalThis is a time interval.Classcom.numericalmethod.suanshu.misc.datastructure.timeSuanShu
TimeIntervalsThis is a collection of time intervals TimeInterval.Classcom.numericalmethod.suanshu.misc.datastructure.timeSuanShu
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