Package com.adriangarcia.cnop
Class G12_CEC2006
java.lang.Object
com.adriangarcia.metaheuristics.tsmbfoa.Problem
com.adriangarcia.cnop.G12_CEC2006
G12_CEC2006 class that creates a test CNOP.
This CNOP has as objective function:
Minimize: -(100 - (x1 - 5)^2 - (x2 - 5)^2 - (x3 - 5)^2)/100
Subject to: val{g1,p,q,r,1:9}
where: ran{1:3,0:10}
This class inherits the mechanisms of the Problem class.
Minimize: -(100 - (x1 - 5)^2 - (x2 - 5)^2 - (x3 - 5)^2)/100
Subject to: val{g1,p,q,r,1:9}
where: ran{1:3,0:10}
This class inherits the mechanisms of the Problem class.
- Version:
- 1.0
-
Field Summary
Fields inherited from class com.adriangarcia.metaheuristics.tsmbfoa.Problem
configurator, EQUALITY, INEQUALITY, MAXIMIZATION, MINIMIZATION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod returning the recommended parameter settings.Methods inherited from class com.adriangarcia.metaheuristics.tsmbfoa.Problem
addBestResults, addStatistic, detectConstraints, getAdvance, getArguments, getBestKnownValue, getBestResults, getConstraintsEquality, getConstraintsInequality, getConvergenceBestValue, getConvergenceMedia, getDataGraphicsBestResults, getExecutions, getFunction, getNameProblem, getNumberAssignedVariable, getNumberVariableOF, getObj, getOrderVariables, getRankVariable, getStatistic, getStatisticsName, getTimeSeconds, iniConvergenceBestValueAUX, iniConvergenceMedia, newConverter, newResults, newStatistic, setAdvance, setBestKnownValue, setConstraintsValuate, setConvergenceBestValue, setConvergenceBestValueAUX, setConvergenceMedia, setExecutions, setFunction, setNameProblem, setNumberAssignedVariable, setObj, setOrderVariables, setRankVariable, setTimeSeconds
-
Constructor Details
-
G12_CEC2006
public G12_CEC2006()
-
-
Method Details
-
getRecommendedSetting
Description copied from class:Problem
Method returning the recommended parameter settings.- Overrides:
getRecommendedSetting
in classProblem
- Returns:
- configurator
-