|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.core.Problem
jmetal.problems.mqap.mQAP
public class mQAP
Field Summary |
---|
Fields inherited from class jmetal.core.Problem |
---|
length_, lowerLimit_, numberOfConstraints_, numberOfObjectives_, numberOfVariables_, problemName_, solutionType_, upperLimit_ |
Constructor Summary | |
---|---|
mQAP(java.lang.String solutionType)
|
|
mQAP(java.lang.String solutionType,
java.lang.String fileName)
Creates a new instance of problem mQAP. |
Method Summary | |
---|---|
void |
evaluate(Solution solution)
Evaluates a Solution object. |
Methods inherited from class jmetal.core.Problem |
---|
evaluateConstraints, getLength, getLowerLimit, getName, getNumberOfBits, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, getPrecision, getPrecision, getSolutionType, getUpperLimit, setNumberOfVariables, setPrecision, setSolutionType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mQAP(java.lang.String solutionType)
public mQAP(java.lang.String solutionType, java.lang.String fileName)
fileName:
- name of the file containing the instanceMethod Detail |
---|
public void evaluate(Solution solution) throws JMException
Problem
Solution
object.
evaluate
in class Problem
solution
- The Solution
to evaluate.
JMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |