Changeset 12005 for stable/HeuristicLab.Algorithms.ScatterSearch
- Timestamp:
- 02/13/15 15:00:15 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11939,11945,11956,11958-11961,11963,11967,11970-11971,11982-11984,11987-11988,11990,11993-11994,11996,11998-12004
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ScatterSearch/3.3/PopulationRebuildMethod.cs
r11170 r12005 25 25 using HeuristicLab.Data; 26 26 using HeuristicLab.Operators; 27 using HeuristicLab.Optimization; 27 28 using HeuristicLab.Parameters; 28 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; … … 34 35 [Item("PopulationRebuildMethod", "An operator that updates the reference set and rebuilds the population.")] 35 36 [StorableClass] 36 public sealed class PopulationRebuildMethod : SingleSuccessorOperator {37 public sealed class PopulationRebuildMethod : SingleSuccessorOperator, ISingleObjectiveOperator { 37 38 #region Parameter properties 38 39 public ScopeParameter CurrentScopeParameter { -
stable/HeuristicLab.Algorithms.ScatterSearch/3.3/SolutionPoolUpdateMethod.cs
r11170 r12005 36 36 [Item("SolutionPoolUpdateMethod", "An operator that updates the solution pool.")] 37 37 [StorableClass] 38 public sealed class SolutionPoolUpdateMethod : SingleSuccessorOperator, ISimilarityBasedOperator {38 public sealed class SolutionPoolUpdateMethod : SingleSuccessorOperator, ISimilarityBasedOperator, ISingleObjectiveOperator { 39 39 #region ISimilarityBasedOperator Members 40 40 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.