protected override IEnumerable <double[]> GetOptimalParetoFront(int objectives)
 {
     if (objectives == 2)
     {
         return(ParetoFrontStore.GetParetoFront("DTLZ.ParetoFronts." + this.ItemName + ".2D"));
     }
     return(null);
 }
 protected override IEnumerable <double[]> GetOptimalParetoFront(int objectives)
 {
     return(ParetoFrontStore.GetParetoFront("Misc.ParetoFronts." + this.ItemName));
 }
Example #3
0
 protected override IEnumerable <double[]> GetOptimalParetoFront(int objectives)
 {
     return(ParetoFrontStore.GetParetoFront("Misc.ParetoFronts." + "SchafferN1"));
 }