Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/19 17:59:36 (6 years ago)
Author:
gkronber
Message:

#2925: adapted to work with new persistence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling/3.3/OdeParameterIdentification.cs

    r16603 r16663  
    3434using HeuristicLab.Random;
    3535using System.Collections.Generic;
     36using HEAL.Attic;
    3637
    3738namespace HeuristicLab.Problems.DynamicalSystemsModelling {
    3839  [Item("OdeParameterIdentification", "TODO")]
    3940  [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 120)]
    40   [StorableClass]
     41  [StorableType("93C151A2-9579-4013-9E67-7611F9378962")]
    4142  public sealed class OdeParameterIdentification : FixedDataAnalysisAlgorithm<Problem> {
    4243    private const string RegressionSolutionResultName = "Regression solution";
     
    102103
    103104    [StorableConstructor]
    104     private OdeParameterIdentification(bool deserializing) : base(deserializing) { }
     105    private OdeParameterIdentification(StorableConstructorFlag _) : base(_) { }
    105106    private OdeParameterIdentification(OdeParameterIdentification original, Cloner cloner)
    106107      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.