Interface ProblemFamilyInfo<S extends org.uma.jmetal.solution.Solution<?>>

All Known Implementing Classes:
DTLZ3DProblemFamilyInfo, RE3DProblemFamilyInfo, WFG2DProblemFamilyInfo, ZDTProblemFamilyInfo

public interface ProblemFamilyInfo<S extends org.uma.jmetal.solution.Solution<?>>
Interface defining methods for returning information about problem families, including a list with their implementations, a list with the names of the reference fronts, and a list containing the typical number of evaluations used to optimize them by metaheuristics.