Changes between Version 122 and Version 124 of Ticket #2521
- Timestamp:
- 10/04/19 16:04:44 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2521 – Description
v122 v124 4 4 5 5 * ~~Introduce base problems for each encoding~~ 6 * SingleObjective- & MultiObjectiveProblem introduce virtual member calls in their ctor to get the Maximization value, which poses a problem as the value might not be known at this time7 * Changed event for maximization6 * ~~SingleObjective- & MultiObjectiveProblem introduce virtual member calls in their ctor to get the Maximization value, which poses a problem as the value might not be known at this time~~ 7 * ~~Changed event for maximization~~ 8 8 * Changed event for ReadOnly in IValueParameter 9 * ForceValue(value) for OptionalValueParameter that ignores ReadOnly9 * ~~ForceValue(value) for OptionalValueParameter that ignores ReadOnly~~ 10 10 * Cancellation token in Evaluate function of Problems 11 11 * ~~Introduce new parameter type that can look up problems and algorithms~~