public class NMMin2 extends AbstractIntegerDoubleProblem<IntegerDoubleSolution>
| Constructor and Description |
|---|
NMMin2() |
NMMin2(int numberOfIntegerVariables,
int numberOfDoubleVariables,
int n,
int m,
int lowerBound,
int upperBound)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IntegerDoubleSolution |
createSolution() |
void |
evaluate(IntegerDoubleSolution solution)
Evaluate() method
|
getLowerBound, getNumberOfDoubleVariables, getNumberOfIntegerVariables, getUpperBound, setLowerLimit, setNumberOfDoubleVariables, setNumberOfIntegerVariables, setUpperLimitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic NMMin2()
public NMMin2(int numberOfIntegerVariables,
int numberOfDoubleVariables,
int n,
int m,
int lowerBound,
int upperBound)
public IntegerDoubleSolution createSolution()
public void evaluate(IntegerDoubleSolution solution)
Copyright © 2018. All rights reserved.