- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.ArtificialAnt/3.3/Evaluator.cs
r4722 r5177 60 60 } 61 61 62 public sealed override IOperation Apply( ) {62 public sealed override IOperation Apply(IExecutionContext context) { 63 63 SymbolicExpressionTree expression = SymbolicExpressionTreeParameter.ActualValue; 64 64 BoolMatrix world = WorldParameter.ActualValue;
Note: See TracChangeset
for help on using the changeset viewer.