Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/17 11:33:53 (7 years ago)
Author:
pkimmesw
Message:

#2665 Testet Problems, Testet error functions, Small fixes, Created HL files

Location:
branches/PushGP/HeuristicLab.PushGP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP

    • Property svn:ignore
      •  

        old new  
        11*.user
         2packages
         3TestResults
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Analyzer/IndividualZeroErrorAnalyzer.cs

    r15289 r15334  
    2323    private const string RESULT_PARAMETER_NAME = "Zero Error Individuals Per Case";
    2424    private const string RESULT_PARAMETER_DESCRIPTION = "Relative frequency of instructions aggregated over the whole population.";
    25     private const string Y_AXIS_TITLE = "Count of zero error individuals";
     25    private const string Y_AXIS_TITLE = "Relative count of zero error individuals";
    2626    private const string X_AXIS_TITLE = "Case Nr";
    2727    private const string ROW_NAME = "Cases";
     
    134134            YAxisMaximumFixedValue = 1,
    135135            YAxisMinimumAuto = false,
    136             SecondYAxisMaximumAuto = false,
     136            YAxisMaximumAuto = false,
    137137            XAxisMinimumFixedValue = 1,
    138138            XAxisMaximumFixedValue = caseCount,
Note: See TracChangeset for help on using the changeset viewer.