Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of Analyzer


Ignore:
Timestamp:
06/08/10 17:26:25 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Analyzer

    v3 v4  
    66== 1. General ==
    77
     8[=#MultiAnalyzer]
    89=== 1.1 !MultiAnalyzer ===
    910An 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.
     
    2526An operator which analyzes the minimum, average and maximum of a value in the scope tree.
    2627
     28
     29[=#BestAverageWorstQualityAnalyzer ]
    2730=== 1.3 !BestAverageWorstQualityAnalyzer ===
    2831An operator which analyzes the best, average and worst quality of solutions in the scope tree.