Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #1961, comment 31


Ignore:
Timestamp:
07/18/13 09:05:44 (11 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1961, comment 31

    v1 v2  
    77 * ~~PluginVersion should be 3.3.8.WCREV~~
    88 * ~~LicenseInformation is inconsistent (copyright year 2012 vs 2013).~~
    9  * What is the use of the property CMAType in the various Operators? It always returns typeof(CMAParameters) as far as I have spotted.
    10 
    11 It is meant as a possibility to develop CMA-ES for more specific applications with more knowledge of the underlying problem and/or specific constraints. You'd need to implement your own Initializer, Manipulator, Recombinator and Updater.
     9 * What is the use of the property CMAType in the various Operators? It always returns typeof(CMAParameters) as far as I have spotted. - //It is meant as a possibility to develop CMA-ES for more specific applications with more knowledge of the underlying problem and/or specific constraints. You'd need to implement your own Initializer, Manipulator, Recombinator and Updater.//
    1210
    1311 * ~~Some properties (e.g., Weights, PC, ... ) are compared by == although they contain reference types like double[] or double[,]. Therefore, a change event is fired even if the values are the same.~~ - //I removed change notification altogether.//