Package org.jamesii.core.experiments.optimization

Examples of org.jamesii.core.experiments.optimization.MockOptProblemDef


  }

  @Override
  public ExperimentSteererVariable<Optimizer> getTestObject() throws Exception {
    Optimizer opt =
        new Optimizer(new MockOptimizationAlgorithm(), new MockOptProblemDef());
    return new ExperimentSteererVariable<>("expSteerer", Optimizer.class, opt,
        new SequenceModifier<>(new Optimizer[] { opt }));
  }
View Full Code Here

TOP

Related Classes of org.jamesii.core.experiments.optimization.MockOptProblemDef

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.