Free cookie consent management tool by TermsFeed Policy Generator

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

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/PIGEMapper.cs

    r12915 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    3838  ///   Rule = Codon Value % Number Of Rules
    3939  ///   
    40   /// 𝜋GE:
    41   ///   𝜋GE codons consist of (nont, rule) tuples, where nont may be one value from an "order"
     40  /// 𝜋GE:
     41  ///   ðœ‹GE codons consist of (nont, rule) tuples, where nont may be one value from an "order"
    4242  ///   integer vector and rule may be one value from a "content" integer vector.
    4343  ///   
     
    5050  ///  * Content-only:  only "content" vector is modified, "order" vector is fixed (0:1),
    5151  ///                   best result according to [2]
    52   ///  * 𝜋GE:           genetic operators are applied equally (1:1),
     52  ///  * 𝜋GE:           genetic operators are applied equally (1:1),
    5353  ///  * Content:Order: genetic operators are applied unequally (e.g. 2:1 or 1:2),
    5454  ///
     
    6060  /// Described in
    6161  ///
    62   /// [1] Michael O’Neill et al. 𝜋Grammatical Evolution. In: GECCO 2004.
    63   /// Vol. 3103. LNCS. Heidelberg: Springer-Verlag Berlin, 2004, pp. 617629.
     62  /// [1] Michael O’Neill et al. 𝜋Grammatical Evolution. In: GECCO 2004.
     63  /// Vol. 3103. LNCS. Heidelberg: Springer-Verlag Berlin, 2004, pp. 617–629.
    6464  /// url: http://dynamics.org/Altenberg/UH_ICS/EC_REFS/GP_REFS/GECCO/2004/31030617.pdf.
    6565  ///
    66   /// [2] David Fagan et al. Investigating Mapping Order in πGE. IEEE, 2010
     66  /// [2] David Fagan et al. Investigating Mapping Order in πGE. IEEE, 2010
    6767  /// url: http://ncra.ucd.ie/papers/pigeWCCI2010.pdf
    6868  /// </remarks>
    6969  [Item("PIGEMapper", "Position Independent (PI) Grammatical Evolution Mapper")]
    70   [StorableClass]
     70  [StorableClass("6214F158-C08D-4D45-904C-5609E7226CE3")]
    7171  public class PIGEMapper : GenotypeToPhenotypeMapper {
    7272
     
    130130
    131131    /// <summary>
    132     /// Genotype-to-Phenotype mapper (iterative 𝜋GE approach, using a list of not expanded nonTerminals).
     132    /// Genotype-to-Phenotype mapper (iterative 𝜋GE approach, using a list of not expanded nonTerminals).
    133133    /// </summary>
    134134    /// <param name="startNode">first node of the tree with arity 1</param>
Note: See TracChangeset for help on using the changeset viewer.