Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/15 01:03:12 (9 years ago)
Author:
bburlacu
Message:

#1772: Properly remove older generations in the genealogy graph. Fix namespaces in the schema diversification operators.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tracking/SchemaDiversification/UpdateEstimatedValuesOperator.cs

    r12951 r12958  
    2929using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3030
    31 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Tracking {
     31namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    3232  [Item("UpdateEstimatedValuesOperator", "Put the estimated values of the tree in the scope to be used by the phenotypic similarity calculator")]
    3333  [StorableClass]
     
    8282      else
    8383        variables.Add(new Core.Variable("EstimatedValues", new DoubleArray(estimatedValues)));
    84       var quality = (DoubleValue)variables["Quality"].Value;
    85       if (double.IsNaN(quality.Value))
    86         quality.Value = 0.0;
    8784      return base.Apply();
    8885    }
Note: See TracChangeset for help on using the changeset viewer.