- Timestamp:
- 07/08/15 15:32:12 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
-
branches/HiveStatistics/sources/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAEvolutionStrategy.cs
r12515 r12689 37 37 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 38 38 [Item("CMA Evolution Strategy", "An evolution strategy based on covariance matrix adaptation.")] 39 [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 210)]40 39 [StorableClass] 41 40 public sealed class CMAEvolutionStrategy : HeuristicOptimizationEngineAlgorithm, IStorableContent { … … 489 488 CMAUpdater = CMAUpdaterParameter.ValidValues.First(); 490 489 } 491 } 492 finally { cmaesInitializerSync = false; } 490 } finally { cmaesInitializerSync = false; } 493 491 } 494 492 private void UpdateAnalyzers() {
Note: See TracChangeset
for help on using the changeset viewer.