Changeset 1560
- Timestamp:
- 04/15/09 17:10:29 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.SGA.Hardwired/3.3
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SGA.Hardwired/3.3/CreateReplacement.cs
r1558 r1560 45 45 DoubleData probability; 46 46 47 IList<OperatorBase> operators;48 49 47 public override string Description { 50 48 get { return @"Implements the control structures of CreateReplacement hard wired. Operators are delegated."; } … … 69 67 //AddVariableInfo(new VariableInfo("Random", "Pseudo random number generator", typeof(IRandom), VariableKind.In)); 70 68 //AddVariableInfo(new VariableInfo("Elites", "Number of selected sub-scopes", typeof(IntData), VariableKind.In)); 71 72 operators = new List<OperatorBase>();73 operators.Add(ls);74 operators.Add(rr);75 operators.Add(rs);76 operators.Add(lr);77 69 } 78 70 -
trunk/sources/HeuristicLab.SGA.Hardwired/3.3/HeuristicLab.SGA.Hardwired-3.3.csproj
r1558 r1560 69 69 <ItemGroup> 70 70 <Compile Include="CreateReplacement.cs" /> 71 <Compile Include="CreateReplacementHardWired.cs" />72 71 <Compile Include="CreateChildrenHardWired.cs" /> 73 72 <Compile Include="HeuristicLabSGAHardwiredPlugin.cs" /> 74 73 <Compile Include="Properties\AssemblyInfo.cs" /> 75 74 <Compile Include="CreateChildren.cs" /> 75 <Compile Include="SGAMainWithHWControllStructures.cs" /> 76 76 </ItemGroup> 77 77 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.