Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/25/16 12:56:17 (8 years ago)
Author:
abeham
Message:

#2457: working on recommendation algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/SolverView.cs

    r13787 r13791  
    6161        if (Content == null) {
    6262          maxEvaluationsView.Content = null;
    63           minTargetView.Content = null;
    6463          solverParametersView.Content = null;
    6564          runsView.Content = null;
     
    6968        } else {
    7069          maxEvaluationsView.Content = Content.MaximumEvaluations;
    71           minTargetView.Content = Content.MinimumTarget;
    7270          runsView.Content = Content.InstanceRuns;
    7371          seededRunsView.Content = Content.SeededRuns;
     
    155153
    156154      public override string ToString() {
    157         return item.Item2.ToString("F0") + ": " + item.Item1.Name;
     155        return item.Item2.ToString("N0") + ": " + item.Item1.Name;
    158156      }
    159157    }
Note: See TracChangeset for help on using the changeset viewer.