Changeset 4533
- Timestamp:
- 09/28/10 16:15:38 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/BatchRun.cs
r4419 r4533 21 21 22 22 using System; 23 using System.Collections.Generic; 23 24 using System.Drawing; 24 25 using HeuristicLab.Collections; … … 27 28 using HeuristicLab.Data; 28 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 using System.Collections.Generic;30 30 31 31 namespace HeuristicLab.Optimization { … … 312 312 } 313 313 private void Algorithm_Stopped(object sender, EventArgs e) { 314 ExecutionTime += Algorithm.ExecutionTime;315 314 repetitionsCounter++; 316 315
Note: See TracChangeset
for help on using the changeset viewer.