Changeset 6172 for trunk/sources
- Timestamp:
- 05/10/11 11:56:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/CachedExternalEvaluator.cs
r6169 r6172 71 71 Quality.Value = Cache.GetValue(BuildSolutionMessage(), m => Client.Evaluate(m).Quality); 72 72 73 return base.Apply(); 73 if (Successor != null) 74 return ExecutionContext.CreateOperation(Successor); 75 else 76 return null; 74 77 } 75 78 }
Note: See TracChangeset
for help on using the changeset viewer.