Class | Description |
---|---|
ESDefaults | |
ESSelection |
ESSelection is a special SelectionMethod designed to be used with
evolutionary strategies-type breeders.
|
MuCommaLambdaBreeder |
MuCommaLambdaBreeder is a Breeder which, together with
ESSelection, implements the (mu,lambda) breeding strategy and gathers
the comparison data you can use to implement a 1/5-rule mutation mechanism.
|
MuPlusLambdaBreeder |
MuPlusLambdaBreeder is a subclass of MuCommaLambdaBreeder which, together with
ESSelection, implements the (mu + lambda) breeding strategy and gathers
the comparison data you can use to implement a 1/5-rule mutation mechanism.
|