Changes between Version 118 and Version 122 of Ticket #2521
- Timestamp:
- 10/04/19 14:21:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2521 – Description
v118 v122 5 5 * ~~Introduce base problems for each encoding~~ 6 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 time 7 * Changed event for maximization 8 * Changed event for ReadOnly in IValueParameter 9 * ForceValue(value) for OptionalValueParameter that ignores ReadOnly 7 10 * Cancellation token in Evaluate function of Problems 8 11 * ~~Introduce new parameter type that can look up problems and algorithms~~