Changes between Version 148 and Version 153 of Ticket #2521
- Timestamp:
- 12/19/19 15:34:44 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2521 – Description
v148 v153 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) 15 * ~~ Refactor Evaluate methods to return IEvaluationResult instead of void 16 * ~~ Adapt ISingleObjectiveOperators (from double to IEvaluationResult) 17 * Identify simple pattern for comparison of IEvaluationResult 18 * Adapt unit tests and external evaluation problems 19 * Provide view for evaluation result 17 20 * Adapt all multi-objective problems and operators 18 * Identify simple pattern for comparison of IEvaluationResult 21 19 22 * Separate icons for single- and multi-objective problems and algorithms 20 23 * Adapt unit tests