Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members Related Pages
Es::Es Class Reference
List of all members.
|
Public Methods |
| _test (Class, Target, Prime, InitArgs=None) |
Detailed Description
Implementation of classic Rechenberg (mu, lambda) evolution strategy Elitist (mu + lambda)-ES is supported by setting attribute elitist to true.
With each call to cycle() an evolution generation cycle will be performed consisting of offspring creation, evaluation and selection.
Mutation inclusive mutative step size adaption (MSA) is implemented in EsObject._mutate().
Attributes
- _mu
- _la:
- _g: generation
- _offspring: list of _lambda offspring
- _best: List of improved offspring
- _elitist: true for elitist selection scheme
Member Function Documentation
Es::Es::_test |
( |
Class |
, |
|
|
Target |
, |
|
|
Prime |
, |
|
|
InitArgs |
= None |
|
) |
|
|
|
Class Es demonstration (for class method test). |
The documentation for this class was generated from the following file:
Generated on Wed Mar 5 14:47:42 2003 for PyEs by
1.2.17