Changeset 5177 for branches/ParallelEngine/HeuristicLab.Analysis/3.3/PopulationDiversityAnalysis/PopulationDiversityAnalyzer.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Analysis/3.3/PopulationDiversityAnalysis/PopulationDiversityAnalyzer.cs
r4991 r5177 73 73 } 74 74 75 public override IOperation Apply( ) {75 public override IOperation Apply(IExecutionContext context) { 76 76 int updateInterval = UpdateIntervalParameter.Value.Value; 77 77 IntValue updateCounter = UpdateCounterParameter.ActualValue; … … 230 230 } 231 231 } 232 return base.Apply( );232 return base.Apply(context); 233 233 } 234 234
Note: See TracChangeset
for help on using the changeset viewer.