Changeset 16477 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3
- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3/BestSolutionsAnalyzer.cs
r16462 r16477 150 150 } 151 151 152 [StorableType("EB92A47A-F96B-4C42-9D31-EF4992320794")] 152 153 public class DoubleArrayEqualityComparer : IEqualityComparer<DoubleArray> { 153 154 public bool Equals(DoubleArray x, DoubleArray y) { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3/IParameterVectorEvaluator.cs
r16453 r16477 24 24 using HeuristicLab.Encodings.RealVectorEncoding; 25 25 using HeuristicLab.Optimization; 26 using HEAL.Fossil; 26 27 27 28 namespace HeuristicLab.Problems.ParameterOptimization { 29 [StorableType("E0AC81E2-503B-4DDD-9D5A-9D53FA1F31AD")] 28 30 public interface IParameterVectorEvaluator : ISingleObjectiveEvaluator { 29 31 ILookupParameter<IntValue> ProblemSizeParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.