Changeset 9121 for branches/CMAES/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 01/07/13 20:21:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CMAES/HeuristicLab.Optimization/3.3/Interfaces/ICMAESInitializer.cs
r9115 r9121 30 30 Type CMAType { get; } 31 31 32 ILookupParameter<IntValue> PopulationSizeParameter { get; } 32 33 ILookupParameter<IntValue> MuParameter { get; } 34 IValueLookupParameter<DoubleArray> InitialSigmaParameter { get; } 33 35 } 34 36 }
Note: See TracChangeset
for help on using the changeset viewer.