Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (9 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/GaussianProcessCovarianceOptimizationProblem.cs

    r13242 r13368  
    3636  [Item("Gaussian Process Covariance Optimization Problem", "")]
    3737  [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 300)]
    38   [StorableClass]
     38  [StorableClass("AF996E8A-FD03-4BF8-8EB6-782D1F4BDBEC")]
    3939  public sealed class GaussianProcessCovarianceOptimizationProblem : SymbolicExpressionTreeProblem, IStatefulItem, IRegressionProblem, IProblemInstanceConsumer<IRegressionProblemData>, IProblemInstanceExporter<IRegressionProblemData> {
    4040    #region static variables and ctor
     
    229229          }
    230230        }
    231         hyperParameters[hyperParameters.Length - 1] = 1.0; // s² = exp(2), TODO: other inits better?
     231        hyperParameters[hyperParameters.Length - 1] = 1.0; // sï¿œ = exp(2), TODO: other inits better?
    232232
    233233        // use alglib.bfgs for hyper-parameter optimization ...
Note: See TracChangeset for help on using the changeset viewer.