Class CDTLZProblemProvider

java.lang.Object
org.moeaframework.core.spi.ProblemProvider
org.moeaframework.problem.CDTLZ.CDTLZProblemProvider

public class CDTLZProblemProvider extends ProblemProvider
Problem provider for the constrained DTLZ test problems.
  • Constructor Details

    • CDTLZProblemProvider

      public CDTLZProblemProvider()
      Constructs and registers the constrained DTLZ problems.
  • Method Details

    • getProblem

      public Problem getProblem(String name)
      Description copied from class: ProblemProvider
      Returns the problem with the specified name, or null if this provider does not support the problem.
      Specified by:
      getProblem in class ProblemProvider
      Parameters:
      name - the problem name
      Returns:
      the problem with the specified name, or null if this provider does not support the problem
    • getReferenceSet

      public NondominatedPopulation getReferenceSet(String name)
      Description copied from class: ProblemProvider
      Returns the reference set for the specified problem, or null if this provider does not support the problem or no reference set is available.
      Specified by:
      getReferenceSet in class ProblemProvider
      Parameters:
      name - the problem name
      Returns:
      the reference set for the specified problem, or null if this provider does not support the problem or no reference set is available