Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/11 09:22:20 (13 years ago)
Author:
abeham
Message:

#1465

  • updated branch from trunk
Location:
branches/histogram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram

  • branches/histogram/HeuristicLab.Selection/3.3/CrowdedTournamentSelector.cs

    r5445 r6055  
    3939      get { return (IValueLookupParameter<IntValue>)Parameters["NumberOfSelectedSubScopes"]; }
    4040    }
    41     public IValueParameter<BoolValue> CopySelectedParameter {
     41    protected IValueParameter<BoolValue> CopySelectedParameter {
    4242      get { return (IValueParameter<BoolValue>)Parameters["CopySelected"]; }
    4343    }
     
    7676      Parameters.Add(new ScopeTreeLookupParameter<DoubleValue>("CrowdingDistance", "The solutions' crowding distance values."));
    7777      Parameters.Add(new ValueLookupParameter<IntValue>("GroupSize", "The size of the group from which the best will be chosen.", new IntValue(2)));
     78      CopySelectedParameter.Hidden = true;
    7879    }
    7980
Note: See TracChangeset for help on using the changeset viewer.