Package org.jamesii.core.experiments.optimization.parameter

Examples of org.jamesii.core.experiments.optimization.parameter.OptimizationProblemDefinition


  public FunctionOptimization(
      final List<IOptimizationFunction> functionsToBeOptimized,
      ICancelOptimizationCriterion cancelCriterion,
      Map<String, BaseVariable<?>>... startConfigs) {

    problemDef = new OptimizationProblemDefinition() {
      /**
       * The constant serial version UID.
       */
      private static final long serialVersionUID = 4136607509184032911L;

View Full Code Here

TOP

Related Classes of org.jamesii.core.experiments.optimization.parameter.OptimizationProblemDefinition

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.