Changeset 5178 for branches/ParallelEngine/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluator.cs
- Timestamp:
- 12/28/10 01:44:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluator.cs
r5177 r5178 60 60 } 61 61 62 public override IOperation Apply( IExecutionContext context) {62 public override IOperation Apply() { 63 63 IEvaluationServiceClient client = ClientParameter.ActualValue; 64 64 SolutionMessage.Builder protobufBuilder = SolutionMessage.CreateBuilder(); … … 82 82 else QualityParameter.ActualValue.Value = answer.Quality; 83 83 84 return base.Apply( context);84 return base.Apply(); 85 85 } 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.