Class SingleObjectiveProblemProvider


public class SingleObjectiveProblemProvider extends RegisteredProblemProvider
Problem provider for the single objective test problems.
  • Constructor Details

    • SingleObjectiveProblemProvider

      public SingleObjectiveProblemProvider()
      Constructs and registers the single objective problems.
  • Method Details

    • 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.
      Overrides:
      getReferenceSet in class RegisteredProblemProvider
      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