Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/09 12:45:47 (16 years ago)
Author:
gkronber
Message:

Improved stability of hive backend for CEDMA. #642 (Hive backend for CEDMA)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/AlgorithmBase.cs

    r2051 r2057  
    416416
    417417    protected internal virtual Model CreateGPModel(IScope bestModelScope) {
     418      Engine.GlobalScope.AddSubScope(bestModelScope);
    418419      Model model = new Model();
    419420      Dataset ds = bestModelScope.GetVariableValue<Dataset>("Dataset", true);
     
    442443        model.SetVariableQualityImpact(variableName, impact);
    443444      }
     445      Engine.GlobalScope.RemoveSubScope(bestModelScope);
    444446      return model;
    445447    }
Note: See TracChangeset for help on using the changeset viewer.