class documentation
class SomeNaNFitness(Function):
Constructor: SomeNaNFitness(fitness_function, probability_of_nan)
transform fitness_function to return sometimes NaN
| Method | __call__ |
Undocumented |
| Method | __init__ |
allows to define the fitness_function to be called, doesn't need to be ever called |
| Instance Variable | fitness |
Undocumented |
| Instance Variable | p |
Undocumented |
Inherited from Function:
| Method | initialize |
initialization of Function |
| Instance Variable | evaluations |
Undocumented |
| Instance Variable | ftarget |
Undocumented |
| Instance Variable | target |
Undocumented |
| Property | function |
attributes which are searched for to be called if no function was given to __init__. |
| Class Variable | _function |
Undocumented |
| Instance Variable | __callable |
Undocumented |
| Instance Variable | __initialized |
Undocumented |