Changeset 6510
- Timestamp:
- 07/05/11 00:00:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/3.3/GeneralizedRankSelector.cs
r6509 r6510 29 29 using HeuristicLab.Parameters; 30 30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 31 using HeuristicLab.PluginInfrastructure;32 31 33 32 namespace HeuristicLab.Selection { … … 89 88 } 90 89 91 [NonDiscoverableType]92 90 private struct IndexValuePair { 93 91 private int index;
Note: See TracChangeset
for help on using the changeset viewer.