Changeset 17337 for branches/2745_EfficientGlobalOptimization/HeuristicLab.Algorithms.EGO/SamplingMethods
- Timestamp:
- 10/18/19 08:51:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2745_EfficientGlobalOptimization/HeuristicLab.Algorithms.EGO/SamplingMethods/LatinHyperCubeDesignCreator.cs
r17332 r17337 31 31 using HeuristicLab.Encodings.RealVectorEncoding; 32 32 using HeuristicLab.Parameters; 33 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;34 33 35 34 // ReSharper disable once CheckNamespace
Note: See TracChangeset
for help on using the changeset viewer.