Changeset 2057 for trunk/sources/HeuristicLab.GP.StructureIdentification
- Timestamp:
- 06/18/09 12:45:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/AlgorithmBase.cs ¶
r2051 r2057 416 416 417 417 protected internal virtual Model CreateGPModel(IScope bestModelScope) { 418 Engine.GlobalScope.AddSubScope(bestModelScope); 418 419 Model model = new Model(); 419 420 Dataset ds = bestModelScope.GetVariableValue<Dataset>("Dataset", true); … … 442 443 model.SetVariableQualityImpact(variableName, impact); 443 444 } 445 Engine.GlobalScope.RemoveSubScope(bestModelScope); 444 446 return model; 445 447 }
Note: See TracChangeset
for help on using the changeset viewer.