Changeset 3664 for trunk/sources/HeuristicLab.Optimization.Operators
- Timestamp:
- 05/06/10 04:49:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Optimization.Operators/3.3/ResultsCollector.cs ΒΆ
r3639 r3664 49 49 : base() { 50 50 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))); 52 52 } 53 53
Note: See TracChangeset
for help on using the changeset viewer.