Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 436 and Version 437 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/16/10 23:54:50 (15 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v436 v437  
    3838   * We should probably use the same colors we had in 1.1 for best/average/worst qualities.
    3939   * 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`
    4240 * 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).
    4341 * Improve description of !SearchIntervalFactor in `BreederGeneticAlgorithmManipulator`.