Package org.uma.jmetal.util
Class ProblemUtils
java.lang.Object
org.uma.jmetal.util.ProblemUtils
public class ProblemUtils
extends java.lang.Object
- Author:
- Antonio J. Nebro
-
Constructor Summary
Constructors Constructor Description ProblemUtils() -
Method Summary
Modifier and Type Method Description static <S> Problem<S>loadProblem(java.lang.String problemName)Create an instance of problem passed as argument
-
Constructor Details
-
ProblemUtils
public ProblemUtils()
-
-
Method Details
-
loadProblem
Create an instance of problem passed as argument- Parameters:
problemName- A full qualified problem name- Returns:
- An instance of the problem
-