Class PCMPhenotype

java.lang.Object
de.uka.ipd.sdq.dsexplore.analysis.PCMPhenotype
All Implemented Interfaces:
org.opt4j.core.Phenotype

public class PCMPhenotype extends Object implements org.opt4j.core.Phenotype
Just holds a PCM Instance and the evaluated ConfidenceIntervals, if available.
  • Constructor Summary

    Constructors
    Constructor
    Description
    PCMPhenotype(org.palladiosimulator.solver.models.PCMInstance pcm2, String genotypeID, long numericId)
    TODO: create a separate partition in the blackboard to store this phenotype's PCM instance? right now there is only a single model The current implicit assumption is that each candidate is evaluated right after it has been decoded, or never.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     
    org.palladiosimulator.solver.models.PCMInstance
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PCMPhenotype

      public PCMPhenotype(org.palladiosimulator.solver.models.PCMInstance pcm2, String genotypeID, long numericId)
      TODO: create a separate partition in the blackboard to store this phenotype's PCM instance? right now there is only a single model The current implicit assumption is that each candidate is evaluated right after it has been decoded, or never.
      Parameters:
      pcm2 - not yet used, as this points always to a same instance.
      genotypeID -
  • Method Details

    • getGenotypeID

      public String getGenotypeID()
    • getNumericID

      public long getNumericID()
    • getPCMInstance

      public org.palladiosimulator.solver.models.PCMInstance getPCMInstance()