class documentation

class SomeNaNFitness(Function):

View In Hierarchy

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_function Undocumented
Instance Variable p Undocumented

Inherited from Function:

Method initialize initialization of Function
Instance Variable evaluations Undocumented
Instance Variable ftarget Undocumented
Instance Variable target_hit_at Undocumented
Property function_names_to_evaluate_first_found attributes which are searched for to be called if no function was given to __init__.
Class Variable _function_names_to_evaluate_first_found Undocumented
Instance Variable __callable Undocumented
Instance Variable __initialized Undocumented
def __call__(self, x, *args):
def __init__(self, fitness_function, probability_of_nan=0.1):

allows to define the fitness_function to be called, doesn't need to be ever called

fitness_function =

Undocumented

p =

Undocumented