Changeset 2818 for trunk/sources/HeuristicLab.Evolutionary
- Timestamp:
- 02/17/10 05:24:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Evolutionary/3.3/ChildrenCreator.cs
r2794 r2818 68 68 for (int i = 0; i < children; i++) { 69 69 IScope child = new Scope(i.ToString()); 70 for (int j = 0; j < parents ; j++) {70 for (int j = 0; j < parentsPerChild; j++) { 71 71 IScope parent = CurrentScope.SubScopes[0]; 72 72 CurrentScope.SubScopes.RemoveAt(0);
Note: See TracChangeset
for help on using the changeset viewer.