Changeset 108
- Timestamp:
- 03/28/08 12:17:04 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.Evolutionary
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Evolutionary/CrossoverBase.cs
r77 r108 37 37 38 38 if ((scope.SubScopes.Count % 2) != 0) 39 throw new InvalidOperationException(" Number of parentsis not even");39 throw new InvalidOperationException("Size of mating pool is not even"); 40 40 41 41 int children = scope.SubScopes.Count / 2; -
trunk/sources/HeuristicLab.Evolutionary/HeuristicLab.Evolutionary.csproj
r30 r108 43 43 </ItemGroup> 44 44 <ItemGroup> 45 <Compile Include="MultiCrossoverBase.cs" /> 45 46 <Compile Include="SASEGASAReunificator.cs" /> 46 47 <Compile Include="CrossoverBase.cs" />
Note: See TracChangeset
for help on using the changeset viewer.