Package org.moeaframework.problem.single
Class SingleObjectiveProblemProvider
java.lang.Object
org.moeaframework.core.spi.ProblemProvider
org.moeaframework.core.spi.RegisteredProblemProvider
org.moeaframework.problem.single.SingleObjectiveProblemProvider
Problem provider for the single objective test problems.
-
Constructor Summary
ConstructorDescriptionConstructs and registers the single objective problems. -
Method Summary
Modifier and TypeMethodDescriptiongetReferenceSet
(String name) Returns the reference set for the specified problem, ornull
if this provider does not support the problem or no reference set is available.Methods inherited from class org.moeaframework.core.spi.RegisteredProblemProvider
getDiagnosticToolProblems, getEpsilons, getProblem, getRegisteredProblems, register, registerDiagnosticToolProblem, registerDiagnosticToolProblems, registerEpsilons
-
Constructor Details
-
SingleObjectiveProblemProvider
public SingleObjectiveProblemProvider()Constructs and registers the single objective problems.
-
-
Method Details
-
getReferenceSet
Description copied from class:ProblemProvider
Returns the reference set for the specified problem, ornull
if this provider does not support the problem or no reference set is available.- Overrides:
getReferenceSet
in classRegisteredProblemProvider
- 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
-