Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/12 13:32:05 (12 years ago)
Author:
ascheibe
Message:

#1886 added an option so that the scatter plot helper can now also produce data tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/CrossoverPerformanceAnalyzer.cs

    r8505 r8511  
    128128      Parameters.Add(new ValueParameter<SingleObjectiveSolutionSimilarityCalculator>("SimilarityCalculator"));
    129129
    130       plotHelper = new ScatterPlotHelper();
    131       childDiversityHelper = new ScatterPlotHelper();
    132       parentDiversityHelper = new ScatterPlotHelper();
     130      plotHelper = new ScatterPlotHelper(false, true);
     131      childDiversityHelper = new ScatterPlotHelper(false, true);
     132      parentDiversityHelper = new ScatterPlotHelper(false, true);
    133133      performanceHelper = new DataTableHelper();
    134134      successHelper = new DataTableHelper();
Note: See TracChangeset for help on using the changeset viewer.