public class OKA1 extends Problem
length_, lowerLimit_, numberOfConstraints_, numberOfObjectives_, numberOfVariables_, precision_, problemName_, solutionType_, upperLimit_, variableType_| Constructor and Description | 
|---|
OKA1(java.lang.String solutionType)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
evaluate(Solution solution)
Evaluates a solution 
 | 
evaluateConstraints, getLength, getLowerLimit, getName, getNumberOfBits, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, getPrecision, getPrecision, getSolutionType, getUpperLimit, setnumberOfObjectives, setNumberOfVariables, setPrecision, setSolutionTypepublic OKA1(java.lang.String solutionType)
     throws java.lang.ClassNotFoundException
solutionType - The solution type must "Real" or "BinaryReal".java.lang.ClassNotFoundExceptionpublic void evaluate(Solution solution) throws JMException
evaluate in class Problemsolution - The solution to evaluateJMException