| 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.
|
| MuLambdaBreederThread |
A private helper class for implementing multithreaded breeding
|
| 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.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.