Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/10 05:24:03 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • corrected several bugs in order to get SGA working
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters/3.3/ScopeParameter.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Text;
    25 using System.Xml;
     23using HeuristicLab.Common;
    2624using HeuristicLab.Core;
    2725using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     
    5048
    5149    public override string ToString() {
    52       return string.Format("{0} ({1})", Name, DataType.Name);
     50      return string.Format("{0} ({1})", Name, DataType.GetPrettyName());
    5351    }
    5452
Note: See TracChangeset for help on using the changeset viewer.