Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 118 and Version 122 of Ticket #2521


Ignore:
Timestamp:
10/04/19 14:21:03 (4 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v118 v122  
    55* ~~Introduce base problems for each encoding~~
    66* 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
    710* Cancellation token in Evaluate function of Problems
    811* ~~Introduce new parameter type that can look up problems and algorithms~~