Changes between Version 436 and Version 437 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/16/10 23:54:50 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v436 v437 38 38 * We should probably use the same colors we had in 1.1 for best/average/worst qualities. 39 39 * At some point we'll certainly need export to png, eps, etc. functionality (would be great to be able to specify resolution and width/height). 40 * The `DataTableValuesCollector` says it can only display double values, why not ints?41 * abeham: In r3489 the collector was expanded to display `IEnumerable<DoubleValue>`, this could further be extended to ints or probably solved through the unified `INumber`42 40 * I got a very cryptic "Operation is not valid due to the current state of the object" exception at one point building the TS operator (as discussed Parameters should have an optional attribute that says they should throw an error in case `ActualValue` is null after retrieving). 43 41 * Improve description of !SearchIntervalFactor in `BreederGeneticAlgorithmManipulator`.