Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3326


Ignore:
Timestamp:
04/13/10 11:21:56 (14 years ago)
Author:
abeham
Message:

Fixed bug when serializing SelfAdaptiveCrossover #932

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/SelfAdaptiveCrossover.cs

    r3183 r3326  
    2525using HeuristicLab.Parameters;
    2626using HeuristicLab.Encodings.RealVectorEncoding;
     27using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2728
    2829namespace HeuristicLab.Algorithms.EvolutionStrategy {
     30  [Item("SelfAdaptiveCrossover", "Applies one crossover on the endogeneous strategy parameters and another on the actual solution encoding.")]
     31  [StorableClass]
    2932  public class SelfAdaptiveCrossover : SingleSuccessorOperator, ICrossover, IStochasticOperator {
    3033    public override bool CanChangeName {
Note: See TracChangeset for help on using the changeset viewer.