Changeset 2363 for trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/OffspringSelectionGPClassification.cs
- Timestamp:
- 09/16/09 13:13:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/OffspringSelectionGPClassification.cs
r2361 r2363 42 42 } 43 43 44 protected virtualIAnalyzerModel CreateGPModel() {44 protected override IAnalyzerModel CreateGPModel() { 45 45 IScope bestModelScope = Engine.GlobalScope.SubScopes[0]; 46 46 var model = new AnalyzerModel();
Note: See TracChangeset
for help on using the changeset viewer.