- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3/Interfaces/IOrienteeringEvaluator.cs
r14185 r14929 24 24 using HeuristicLab.Encodings.IntegerVectorEncoding; 25 25 using HeuristicLab.Optimization; 26 using HeuristicLab.Persistence; 26 27 27 28 namespace HeuristicLab.Problems.Orienteering { 29 [StorableType("3c81aa2c-4c98-46d6-9668-6a6a0c93566a")] 28 30 public interface IOrienteeringEvaluator : ISingleObjectiveEvaluator { 29 31 ILookupParameter<IntegerVector> IntegerVectorParameter { get; } -
branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3/Interfaces/IOrienteeringSolutionCreator.cs
r14185 r14929 23 23 using HeuristicLab.Data; 24 24 using HeuristicLab.Encodings.IntegerVectorEncoding; 25 using HeuristicLab.Persistence; 25 26 26 27 namespace HeuristicLab.Problems.Orienteering { 28 [StorableType("578aeb3e-0d01-4c30-9fef-b6999dc965e2")] 27 29 public interface IOrienteeringSolutionCreator : IIntegerVectorCreator { 28 30 ILookupParameter<DistanceMatrix> DistanceMatrixParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.