jeco.lib.problems.ddts
Class DynamicDataTypesInteger

java.lang.Object
  extended by jeco.kernel.problem.Problem
      extended by jeco.lib.problems.ddts.DynamicDataTypes
          extended by jeco.lib.problems.ddts.DynamicDataTypesInteger

public class DynamicDataTypesInteger
extends DynamicDataTypes


Field Summary
 
Fields inherited from class jeco.lib.problems.ddts.DynamicDataTypes
AR, ARP, ddts, DLL, DLLAR, DLLARO, DLLO, lowerBound, SLL, SLLAR, SLLARO, SLLO, upperBound
 
Fields inherited from class jeco.kernel.problem.Problem
INFINITY, name, numberOfObjectives, numberOfVariables
 
Constructor Summary
DynamicDataTypesInteger(java.lang.String name, java.lang.String profilePath)
           
DynamicDataTypesInteger(java.lang.String name, java.lang.String profilePath, double cacheAccessTime, double dramAccessTime, double cacheLineSize, double dramBandwith, double cpuPower, double cacheAccessEnergy, double dramAccessPower)
           
 
Method Summary
 Solutions newRandomSetOfSolutions(int size)
           
 
Methods inherited from class jeco.lib.problems.ddts.DynamicDataTypes
evaluate
 
Methods inherited from class jeco.kernel.problem.Problem
computeParetoOptimalFront, evaluateConstraints, getName, getNumberOfObjectives, getNumberOfVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicDataTypesInteger

public DynamicDataTypesInteger(java.lang.String name,
                               java.lang.String profilePath,
                               double cacheAccessTime,
                               double dramAccessTime,
                               double cacheLineSize,
                               double dramBandwith,
                               double cpuPower,
                               double cacheAccessEnergy,
                               double dramAccessPower)

DynamicDataTypesInteger

public DynamicDataTypesInteger(java.lang.String name,
                               java.lang.String profilePath)
Method Detail

newRandomSetOfSolutions

public Solutions newRandomSetOfSolutions(int size)
Specified by:
newRandomSetOfSolutions in class Problem