Changeset 3326 for trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy
- Timestamp:
- 04/13/10 11:21:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/SelfAdaptiveCrossover.cs
r3183 r3326 25 25 using HeuristicLab.Parameters; 26 26 using HeuristicLab.Encodings.RealVectorEncoding; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 28 28 29 namespace HeuristicLab.Algorithms.EvolutionStrategy { 30 [Item("SelfAdaptiveCrossover", "Applies one crossover on the endogeneous strategy parameters and another on the actual solution encoding.")] 31 [StorableClass] 29 32 public class SelfAdaptiveCrossover : SingleSuccessorOperator, ICrossover, IStochasticOperator { 30 33 public override bool CanChangeName {
Note: See TracChangeset
for help on using the changeset viewer.