Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/17/20 17:44:14 (4 years ago)
Author:
gkronber
Message:

#3075: changed title for noise part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Feynman/Feynman65.cs

    r17671 r17678  
    2828    public override string Name {
    2929      get {
    30         return string.Format("II.11.28 1+n*alpha/(1-(n*alpha/3)) | {0} samples | noise ({1})", trainingSamples,
    31           noiseRatio == null ? "no noise" : noiseRatio.ToString());
     30        return string.Format("II.11.28 1+n*alpha/(1-(n*alpha/3)) | {0} samples | {1}", trainingSamples,
     31          noiseRatio == null ? "no noise" : string.Format(System.Globalization.CultureInfo.InvariantCulture, "noise={0:g}",noiseRatio));
    3232      }
    3333    }
Note: See TracChangeset for help on using the changeset viewer.