Changes between Version 136 and Version 147 of Ticket #2521
- Timestamp:
- 12/06/19 14:08:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2521 – Description
v136 v147 13 13 * Adapt all operators to this interface 14 14 * Return additional data from Evaluate (see discussion in #2774) 15 * Refactor Evaluate methods to return IEvaluationResult instead of void 16 * Adapt ISingleObjectiveOperators (from double to IEvaluationResult) 17 * Adapt all multi-objective problems and operators 18 * Identify simple pattern for comparison of IEvaluationResult 15 19 * Separate icons for single- and multi-objective problems and algorithms 16 20 * Adapt unit tests