Package org.anchoranalysis.math.optimization
Mathemathical optimization
algorithms.
-
Interface Summary Interface Description SearchClosestValueMonoticallyIncreasing.ValueFunction The function that calculates the output value for a particular inputint. -
Class Summary Class Description HungarianAlgorithm An implementation of the Hungarian algorithm for solving the assignment problem.SearchClosestValueMonoticallyIncreasing Given a monotonically increasing function of an integer, determine the input value that provides an output value as close totargetas possible.