Class DtlzProblem

java.lang.Object
com.knezevic.edaf.v3.problems.multiobjective.DtlzProblem
All Implemented Interfaces:
Problem<RealVector>

public final class DtlzProblem extends Object implements Problem<RealVector>
DTLZ multi-objective benchmark suite adapter.
  • Constructor Details

    • DtlzProblem

      public DtlzProblem(int functionId, int objectives, double[] scalarWeights)
  • Method Details