Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 197 and Version 204 of Ticket #2521


Ignore:
Timestamp:
06/19/20 16:48:15 (4 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v197 v204  
    2121* ~~ Use ResultsParamater for storing results from the problem (evaluate, analyze) so that a defined output behavior is established (requirement for JSON converter)
    2222 * ~~ New results have been implemented that define the output behavior.
    23  * Implement results for basic problems.
     23 * ~~ Implement results for basic problems.
    2424 * implement results for operators.
    25  * Combined results of algorithms, problems, operators (analyzers) in result collection.
     25 * ~~ Combined results of algorithms, problems, operators (analyzers) in result collection.
     26 * Adapt parameters view to separate results parameter from all other parameters to define an input / output behavior.
     27
     28* Make encoding parameters readonly per default to avoid manipulation
     29 * When using a combined encoding all parameters of nested encodings have to be set to readonly = false.
    2630
    2731* Separate icons for single- and multi-objective problems and algorithms
     
    3034* ~~Evaluate method in QAP is slow due to parameter access~~, check other problems too
    3135 * Improved speed in r17232
    32 * Memory leak when replacing parameters in the encoding instance with those of the problem instance -> the encoding might not live as long as the problem, but the parameter in the problem has a reference to the Encoding's parameter collection
     36* ~~ Memory leak when replacing parameters in the encoding instance with those of the problem instance -> the encoding might not live as long as the problem, but the parameter in the problem has a reference to the Encoding's parameter collection. ~~ This has been fixed with the usage of reference parameters.
    3337* Change Gaussian Processes from engine algorithm to basic algorithm
    3438* Add special parameters for algorithm and problem discovery
    35 * Adapt parameters view to separate results parameter from all other parameters to define an input / output behavior.
     39
    3640
    3741== Refactoring of Plugins ===