|
WebCab Optimization v2.6 (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.webcab.ejb.math.optimization.multidimensional.AnnealingAlgorithmTypes
Here we provide the constants class of the Multi-Dimensional algorithms which are used in the Simulated Annealing approach for Differential Object functions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final AnnealingAlgorithmTypes STEEPEST_DESCENT
MultiDimensionalSolver.derivSteepestDescent(com.webcab.ejb.math.optimization.ExtremumTypes, double[], com.webcab.ejb.math.optimization.unidimensional.BracketingAlgorithm, com.webcab.ejb.math.optimization.unidimensional.LocateAlgorithm, double, double, double, int, double))
which is then used in conjunction with the Simulated Annealing approach in
order to find the global extremum of a multi-dimensional optimization problem with
a differentiable object function.
public static final AnnealingAlgorithmTypes FLETCHER_POWELL
MultiDimensionalSolver.derivFletcherPowell(com.webcab.ejb.math.optimization.ExtremumTypes, double[], com.webcab.ejb.math.optimization.unidimensional.BracketingAlgorithm, com.webcab.ejb.math.optimization.unidimensional.LocateAlgorithm, double, double, double, int, double))
which is then used in conjunction with the Simulated Annealing approach in
order to find the global extremum of a multi-dimensioanl optimization problem with
a differentiable object function.
public static final AnnealingAlgorithmTypes BFGS
MultiDimensionalSolver.derivBFGS(com.webcab.ejb.math.optimization.ExtremumTypes, double[], com.webcab.ejb.math.optimization.unidimensional.BracketingAlgorithm, com.webcab.ejb.math.optimization.unidimensional.LocateAlgorithm, double, double, double, int, double))
which is then used in conjunction with the Simulated Annealing approach in
order to find the global extremum of a multi-dimensional optimization problem with
a differentiable object function.
public static final AnnealingAlgorithmTypes POLAK_RIVIERE
MultiDimensionalSolver.derivPolakRiviere(com.webcab.ejb.math.optimization.ExtremumTypes, double[], com.webcab.ejb.math.optimization.unidimensional.BracketingAlgorithm, com.webcab.ejb.math.optimization.unidimensional.LocateAlgorithm, double, double, double, int, double))
which is then used in conjunction with the Simulated Annealing approach in
order to find the global extremum of a multi-dimensional optimization problem with
a differentiable object function.
public static final AnnealingAlgorithmTypes FLETCHER_REEVES
MultiDimensionalSolver.derivFletcherReeves(com.webcab.ejb.math.optimization.ExtremumTypes, double[], com.webcab.ejb.math.optimization.unidimensional.BracketingAlgorithm, com.webcab.ejb.math.optimization.unidimensional.LocateAlgorithm, double, double, double, int, double))
which is then used in conjunction with the Simulated Annealing approach in
order to find the global extremum of a multi-dimensional optimization problem with
a differentiable object function.
|
WebCab Optimization v2.6 (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||