Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs

    r13368 r14711  
    3636  [Item("Grammatical Evolution Symbolic Regression Problem (single objective)",
    3737        "Represents grammatical evolution for single objective symbolic regression problems.")]
    38   [StorableClass("E40A1FA8-A47E-4404-822D-53CCFB0EBA62")]
     38  [StorableType("E40A1FA8-A47E-4404-822D-53CCFB0EBA62")]
    3939  public class GESymbolicRegressionSingleObjectiveProblem : GESymbolicDataAnalysisSingleObjectiveProblem<IRegressionProblemData, IGESymbolicRegressionSingleObjectiveEvaluator, IIntegerVectorCreator>,
    4040                                                            IRegressionProblem {
Note: See TracChangeset for help on using the changeset viewer.