Uses of Class
ai.kognition.pilecv4j.nr.MinimizerException
-
-
Uses of MinimizerException in ai.kognition.pilecv4j.nr
Methods in ai.kognition.pilecv4j.nr that throw MinimizerException Modifier and Type Method Description doubleMinimizer. minimize(double[] p)Minimize the function that theMinimizerwas instantiated with using the identity matrix as the starting position.doubleMinimizer. minimize(double[] p, double[][] xi)Minimize the function that theMinimizerwas instantiated with using the supplied starting position.
-