| 24 | '''Successful offspring analysis''' |
| 25 | |
| 26 | If you are interested, what operators perform well in your algorithm you can do an analysis of the successful offspring. |
| 27 | |
| 28 | The 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 | |