- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3/IParameterVectorEvaluator.cs
r14185 r14929 24 24 using HeuristicLab.Encodings.RealVectorEncoding; 25 25 using HeuristicLab.Optimization; 26 using HeuristicLab.Persistence; 26 27 27 28 namespace HeuristicLab.Problems.ParameterOptimization { 29 [StorableType("77cd112d-1b0d-4609-be9c-2bfe2ca81744")] 28 30 public interface IParameterVectorEvaluator : ISingleObjectiveEvaluator { 29 31 ILookupParameter<IntValue> ProblemSizeParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.