Package org.anchoranalysis.math.optimization
package org.anchoranalysis.math.optimization
Mathemathical optimization
algorithms.
-
ClassDescriptionAn implementation of the Hungarian algorithm for solving the assignment problem.Given a monotonically increasing function of an integer, determine the input value that provides an output value as close to
target
as possible.The function that calculates the output value for a particular inputint
.