WebCab Optimization
v2.6
(J2EE Edition)

Package com.webcab.ejb.math.optimization.multidimensional

Interface Summary
Gradient This interface should be implemented by all user supplied functions that are multidimensional and have a gradient.
MultiDimensionalFunction This interface should be implemented by all user supplied functions that are multidimensional.
MultiDimensionalSolver The MultiDimensionalSolver Enterprise JavaBean offers methods for finding the location of the extremum (i.e. minimum or maximum) of a function of many real variables (or equivalently, a function defined on a multi dimensional real space) with or without linear constraints.
MultiDimensionalSolverHome The home interface of the MultiDimensionalSolver Enterprise JavaBeansTM component.
 

Class Summary
AnnealingAlgorithmTypes Here we provide the constants class of the Multi-Dimensional algorithms which are used in the Simulated Annealing approach for Differential Object functions.
 

Exception Summary
InvalidMultiDimensionalFunctionException This exception is thrown when the user-defined function returns Double.NaN.
MultiDimensionalException This exception is thrown when any error occurs during the execution of the algorithms.
TooManyMultiDimensionalIterationsException This exception is thrown when an algorithm exceedes the maximum number of iterations which usually is supplied as a parameter.
 


WebCab Optimization
v2.6
(J2EE Edition)