Example usage for org.apache.commons.math3.optim.nonlinear.scalar MultivariateOptimizer subclass-usage

List of usage examples for org.apache.commons.math3.optim.nonlinear.scalar MultivariateOptimizer subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.optim.nonlinear.scalar MultivariateOptimizer subclass-usage.

Usage

From source file com.itemanalysis.psychometrics.optimization.BOBYQAOptimizer.java

/**
 * 01/01/13: Code taken from Apache Commons Math 3.1 because it was scheduled for
 * deprecation. This class is a translation of FORTRAN and not clean Java
 * code. Therefore, it was scheduled for deprecation.
 *
 * Powell's BOBYQA algorithm. This implementation is translated and

From source file put.ci.cevo.framework.algorithms.ApacheCMAES.java

/**
 * This code has been copied from Apache Commons version 3.3
 */
class ApacheCMAES extends MultivariateOptimizer {
    private final Logger logger = Logger.getLogger(ApacheCMAES.class);

From source file com.wwidesigner.math.DIRECTOptimizer.java

/**
 * Implementation of the DIRECT optimization algorithms described in:
 *
 *      D. R. Jones, C. D. Perttunen, and B. E. Stuckmann,
 *      "Lipschitzian optimization without the lipschitz constant,"
 *      J. Optimization Theory and Applications, vol. 79, p. 157 (1993).