Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/09/09 14:34:56 (15 years ago)
Author:
gkronber
Message:

Implemented a first version of an operator to calculate variable impacts of models (generated by GP or SVM). #644 (Variable impact of CEDMA models should be calculated and stored in the result DB)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Logging/3.2/BestSolutionStorer.cs

    r1530 r2034  
    3131  /// Keeps a variable in the global scope that contains the scope representing the best solution.
    3232  /// </summary>
    33   public class BestSolutionStorer : DelegatingOperator {
     33  public class BestSolutionStorer : OperatorBase {
    3434    /// <inheritdoc select="summary"/>
    3535    public override string Description {
Note: See TracChangeset for help on using the changeset viewer.