Changeset 1251 for branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs
- Timestamp:
- 03/05/09 10:51:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs
r1245 r1251 87 87 Engine.OperatorGraph.AddOperator(algo); 88 88 Engine.OperatorGraph.InitialOperator = algo; 89 } 90 91 protected internal override IOperator CreateProblemInjector() { 92 return new StructIdProblemInjector(); 89 93 } 90 94
Note: See TracChangeset
for help on using the changeset viewer.