Package jline.solvers.fluid.smoothing
Class CMAESObjectiveFunction
java.lang.Object
jline.solvers.fluid.smoothing.CMAESObjectiveFunction
- All Implemented Interfaces:
org.apache.commons.math3.analysis.MultivariateFunction
public class CMAESObjectiveFunction
extends Object
implements org.apache.commons.math3.analysis.MultivariateFunction
-
Constructor Summary
ConstructorDescriptionCMAESObjectiveFunction
(Matrix targetQueueLengths, Network model, boolean stiff) -
Method Summary
-
Constructor Details
-
CMAESObjectiveFunction
-
-
Method Details
-
value
public double value(double[] doubles) - Specified by:
value
in interfaceorg.apache.commons.math3.analysis.MultivariateFunction
-