Changes between Version 3 and Version 4 of Analyzer
- Timestamp:
- 06/08/10 17:26:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Analyzer
v3 v4 6 6 == 1. General == 7 7 8 [=#MultiAnalyzer] 8 9 === 1.1 !MultiAnalyzer === 9 10 An analyzer which applies arbitrary many other analyzers. It is used as a parameter in all currently implemented problems ([[Evolution Strategy]], [[Genetic Algorithm]] etc.) to ensure easy extendability. … … 25 26 An operator which analyzes the minimum, average and maximum of a value in the scope tree. 26 27 28 29 [=#BestAverageWorstQualityAnalyzer ] 27 30 === 1.3 !BestAverageWorstQualityAnalyzer === 28 31 An operator which analyzes the best, average and worst quality of solutions in the scope tree.