Uses of Class
cc.mallet.optimize.OptimizationException

Packages that use OptimizationException
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
 class InvalidOptimizableException
          Exception thrown by optimization algorithms, when the problem is usually due to a problem with the given Maximizable instance.