Changes between Version 197 and Version 204 of Ticket #2521
- Timestamp:
- 06/19/20 16:48:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2521 – Description
v197 v204 21 21 * ~~ Use ResultsParamater for storing results from the problem (evaluate, analyze) so that a defined output behavior is established (requirement for JSON converter) 22 22 * ~~ New results have been implemented that define the output behavior. 23 * Implement results for basic problems.23 * ~~ Implement results for basic problems. 24 24 * 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. 26 30 27 31 * Separate icons for single- and multi-objective problems and algorithms … … 30 34 * ~~Evaluate method in QAP is slow due to parameter access~~, check other problems too 31 35 * 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 collection36 * ~~ 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. 33 37 * Change Gaussian Processes from engine algorithm to basic algorithm 34 38 * 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 36 40 37 41 == Refactoring of Plugins ===