- Timestamp:
- 09/08/09 11:11:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs
r2341 r2344 145 145 } 146 146 147 pr ivateIAnalyzerModel CreateGPModel() {147 protected virtual IAnalyzerModel CreateGPModel() { 148 148 IScope bestModelScope = Engine.GlobalScope.SubScopes[0]; 149 return DefaultStructureIdentificationAlgorithmOperators.CreateGPModel(bestModelScope); 149 IAnalyzerModel model = DefaultStructureIdentificationAlgorithmOperators.CreateGPModel(bestModelScope); 150 return model; 150 151 } 151 152 }
Note: See TracChangeset
for help on using the changeset viewer.