- Timestamp:
- 04/22/08 19:56:20 (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/Recombination/SizeFairCrossOver.cs
r156 r158 32 32 33 33 namespace HeuristicLab.StructureIdentification { 34 public class Si nglePointCrossOver : OperatorBase {34 public class SizeFairCrossOver : OperatorBase { 35 35 36 36 public override string Description { … … 39 39 } 40 40 } 41 public Si nglePointCrossOver()41 public SizeFairCrossOver() 42 42 : base() { 43 43 AddVariableInfo(new VariableInfo("Random", "Pseudo random number generator", typeof(MersenneTwister), VariableKind.In));
Note: See TracChangeset
for help on using the changeset viewer.