Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMALinearweightedRecombinator.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMALinearweightedRecombinator.cs
r13368 r14711 26 26 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 27 27 [Item("CMA Linear-weighted Recombinator", "Calculates weighted mean using linear decreasing weights.")] 28 [Storable Class("D6DA9DD5-498F-4351-A355-97D7BAC72FEF")]28 [StorableType("D6DA9DD5-498F-4351-A355-97D7BAC72FEF")] 29 29 public class CMALinearweightedRecombinator : CMARecombinator { 30 30
Note: See TracChangeset
for help on using the changeset viewer.