Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/20 12:15:23 (5 years ago)
Author:
mkommend
Message:

#2521: Added first version of new results. The first algorithm that has been adapted for testing purposes is the hill climber.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/Algorithms/Algorithm.cs

    r17517 r17594  
    202202      if ((ExecutionState != ExecutionState.Prepared) && (ExecutionState != ExecutionState.Paused) && (ExecutionState != ExecutionState.Stopped))
    203203        throw new InvalidOperationException(string.Format("Prepare not allowed in execution state \"{0}\".", ExecutionState));
    204       results.Clear();
     204
     205      Results.Reset();
    205206    }
    206207    public void Prepare(bool clearRuns) {
Note: See TracChangeset for help on using the changeset viewer.