Changeset 3861 for trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Interfaces/IExternalEvaluationProblemEvaluator.cs
- Timestamp:
- 05/27/10 09:14:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Interfaces/IExternalEvaluationProblemEvaluator.cs
r3859 r3861 25 25 using System.Text; 26 26 using HeuristicLab.Optimization; 27 using HeuristicLab.Core; 28 using HeuristicLab.Data; 27 29 28 30 namespace HeuristicLab.Problems.ExternalEvaluation { 29 31 public interface IExternalEvaluationProblemEvaluator : ISingleObjectiveEvaluator { 32 IValueLookupParameter<IExternalEvaluationDriver> DriverParameter { get; } 30 33 } 31 34 }
Note: See TracChangeset
for help on using the changeset viewer.