Changeset 2994 for trunk/sources/HeuristicLab.Analysis
- Timestamp:
- 03/10/10 18:28:50 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Analysis/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/BestAverageWorstQualityCalculator.cs
r2924 r2994 31 31 /// </summary> 32 32 [Item("BestAverageWorstQualityCalculator", "An operator which calculates the best, average and worst solution quality of the current population.")] 33 [ EmptyStorableClass]33 [StorableClass(StorableClassType.Empty)] 34 34 [Creatable("Test")] 35 35 public sealed class BestAverageWorstQualityCalculator : SingleSuccessorOperator { -
trunk/sources/HeuristicLab.Analysis/3.3/DataTableValuesCollector.cs
r2908 r2994 33 33 [Item("DataTableValuesCollector", "An operator which collects the actual values of parameters and adds them to a table of data values.")] 34 34 [Creatable("Test")] 35 [ EmptyStorableClass]35 [StorableClass(StorableClassType.Empty)] 36 36 public class DataTableValuesCollector : ValuesCollector { 37 37 public ValueLookupParameter<DataTable> DataTableParameter {
Note: See TracChangeset
for help on using the changeset viewer.