- Timestamp:
- 07/11/15 19:31:25 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12629-12630
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAEvolutionStrategy.cs
r12708 r12733 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.