Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 122 and Version 124 of Ticket #2521


Ignore:
Timestamp:
10/04/19 16:04:44 (5 years ago)
Author:
abeham
Comment:

r17317: refactored multi-objective problems' maximization

  • Add ForceValue method to IValueParameter to perform changes even when it is read-only
  • Add MaximizationChanged event handler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v122 v124  
    44
    55* ~~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 time
    7  * Changed event for maximization
     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~~
    88 * Changed event for ReadOnly in IValueParameter
    9  * ForceValue(value) for OptionalValueParameter that ignores ReadOnly
     9 * ~~ForceValue(value) for OptionalValueParameter that ignores ReadOnly~~
    1010* Cancellation token in Evaluate function of Problems
    1111* ~~Introduce new parameter type that can look up problems and algorithms~~