Changes between Version 1 and Version 2 of Ticket #1961, comment 31
- Timestamp:
- 07/18/13 09:05:44 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1961, comment 31
v1 v2 7 7 * ~~PluginVersion should be 3.3.8.WCREV~~ 8 8 * ~~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.// 12 10 13 11 * ~~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.//