Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of Documentation/Reference/OSGA


Ignore:
Timestamp:
03/15/11 11:16:50 (13 years ago)
Author:
svonolfe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/OSGA

    v3 v4  
    2222|| !SuccessRatio        || The ratio of successful to total children that should be achieved. ||
    2323
     24'''Successful offspring analysis'''
     25
     26If you are interested, what operators perform well in your algorithm you can do an analysis of the successful offspring.
     27
     28The following steps are required:
     29- Choose a !MultiOperator (e.g. !MultiCrossover), set its !TraceSelectedOperator parameter to true and name the !SelectedOperator parameter accordingly (e.g. !SelectedCrossover)
     30- Enable the !SuccessfulOffspringAnalyzer and add the according !StringValue to the !CollectedValues (e.g. !SelectedCrossover)
     31- The analysis will be added to the results collection of the algorithm
     32
    2433'''Is there a sample/tutorial?'''
    2534