- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.LinearAssignment/3.3/Interfaces/ILAPEvaluator.cs
r16453 r16477 24 24 using HeuristicLab.Encodings.PermutationEncoding; 25 25 using HeuristicLab.Optimization; 26 using HEAL.Fossil; 26 27 27 28 namespace HeuristicLab.Problems.LinearAssignment { 29 [StorableType("4B73438E-511A-4AF0-B7F1-B357F6092604")] 28 30 public interface ILAPEvaluator : ISingleObjectiveEvaluator { 29 31 ILookupParameter<DoubleMatrix> CostsParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.