Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/10 04:49:45 (15 years ago)
Author:
swagner
Message:

Worked on refactoring of algorithm analysis and tracing (#999)

  • fixed bug in MultiAnalyzer
  • fixed flickering of results
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/sources/HeuristicLab.Optimization.Operators/3.3/ResultsCollector.cs ΒΆ

    r3639 r3664  
    4949      : base() {
    5050      Parameters.Add(new ValueLookupParameter<ResultCollection>("Results", "The result collection where the collected values should be stored."));
    51       Parameters.Add(new ValueParameter<BoolValue>("CopyValue", "True if the collected result value should be copied, otherwise false.", new BoolValue(true)));
     51      Parameters.Add(new ValueParameter<BoolValue>("CopyValue", "True if the collected result value should be copied, otherwise false.", new BoolValue(false)));
    5252    }
    5353
Note: See TracChangeset for help on using the changeset viewer.