Package org.moeaframework.problem.WFG
Class WFGProblemProvider
java.lang.Object
org.moeaframework.core.spi.ProblemProvider
org.moeaframework.core.spi.RegisteredProblemProvider
org.moeaframework.problem.WFG.WFGProblemProvider
Problem provider for the WFG test problems.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProblem
(String name) Returns the problem with the specified name, ornull
if this provider does not support the problem.Methods inherited from class org.moeaframework.core.spi.RegisteredProblemProvider
getDiagnosticToolProblems, getEpsilons, getReferenceSet, getRegisteredProblems, register, registerDiagnosticToolProblem, registerDiagnosticToolProblems, registerEpsilons
-
Constructor Details
-
WFGProblemProvider
public WFGProblemProvider()Constructs and registers the WFG problems.
-
-
Method Details
-
getProblem
Description copied from class:ProblemProvider
Returns the problem with the specified name, ornull
if this provider does not support the problem.- Overrides:
getProblem
in classRegisteredProblemProvider
- Parameters:
name
- the problem name- Returns:
- the problem with the specified name, or
null
if this provider does not support the problem
-