Uses of Class
cc.mallet.optimize.OptimizationException
-
Packages that use OptimizationException Package Description cc.mallet.optimize Classes for finding the maximum of a function. -
-
Uses of OptimizationException in cc.mallet.optimize
Subclasses of OptimizationException in cc.mallet.optimize Modifier and Type Class Description class
InvalidOptimizableException
Exception thrown by optimization algorithms, when the problem is usually due to a problem with the given Maximizable instance.
-