Changeset 3160 for trunk/sources/HeuristicLab.Analysis
- Timestamp:
- 03/22/10 03:25:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Analysis/3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/BestAverageWorstQualityCalculator.cs
r3048 r3160 32 32 [Item("BestAverageWorstQualityCalculator", "An operator which calculates the best, average and worst solution quality of the current population.")] 33 33 [StorableClass] 34 [Creatable("Test")]35 34 public sealed class BestAverageWorstQualityCalculator : SingleSuccessorOperator { 36 35 public IValueLookupParameter<BoolValue> MaximizationParameter { -
trunk/sources/HeuristicLab.Analysis/3.3/DataRow.cs
r3017 r3160 29 29 /// </summary> 30 30 [Item("DataRow", "A row of data values.")] 31 [Creatable("Test")]32 31 [StorableClass] 33 32 public sealed class DataRow : NamedItem { -
trunk/sources/HeuristicLab.Analysis/3.3/DataTable.cs
r3017 r3160 28 28 /// </summary> 29 29 [Item("DataTable", "A table of data values.")] 30 [Creatable("Test")]31 30 [StorableClass] 32 31 public sealed class DataTable : NamedItem { -
trunk/sources/HeuristicLab.Analysis/3.3/DataTableValuesCollector.cs
r3095 r3160 32 32 /// </summary> 33 33 [Item("DataTableValuesCollector", "An operator which collects the actual values of parameters and adds them to a table of data values.")] 34 [Creatable("Test")]35 34 [StorableClass] 36 35 public class DataTableValuesCollector : ValuesCollector {
Note: See TracChangeset
for help on using the changeset viewer.