Changeset 4489 for trunk/sources/HeuristicLab.Optimization.Operators
- Timestamp:
- 09/24/10 15:26:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Operators/3.3/SASEGASAReunificator.cs
r4477 r4489 69 69 70 70 // reduce number of villages by 1 and partition the population again 71 scope.SubScopes.Remove (scope.SubScopes[scope.SubScopes.Count - 1]);71 scope.SubScopes.RemoveAt(scope.SubScopes.Count - 1); 72 72 villageCount--; 73 73 int populationPerVillage = population.Count / villageCount;
Note: See TracChangeset
for help on using the changeset viewer.