Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Crossovers/AverageCrossover.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Crossovers/AverageCrossover.cs
r13368 r14711 33 33 /// </remarks> 34 34 [Item("AverageCrossover", "The average crossover (intermediate recombination) produces a new offspring by calculating in each position the average of a number of parents. It is implemented as described by Beyer, H.-G. and Schwefel, H.-P. 2002. Evolution Strategies - A Comprehensive Introduction Natural Computing, 1, pp. 3-52.")] 35 [Storable Class("633EF75E-BD1A-4B89-86FA-EC785B4E2D28")]35 [StorableType("633EF75E-BD1A-4B89-86FA-EC785B4E2D28")] 36 36 public class AverageCrossover : RealVectorCrossover { 37 37 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.