geneticengine.evaluation.budget
Classes
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
Module Contents
- class geneticengine.evaluation.budget.SearchBudget
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- abstractmethod is_done(tracker)
- Parameters:
- class geneticengine.evaluation.budget.TimeBudget(time)
Bases:
SearchBudgetHelper class that provides a standard way to create an ABC using inheritance.
- Parameters:
time (float)
- time_budget
- is_done(tracker)
- Parameters:
- class geneticengine.evaluation.budget.EvaluationBudget(evaluations)
Bases:
SearchBudgetHelper class that provides a standard way to create an ABC using inheritance.
- Parameters:
evaluations (int)
- evaluations_budget
- is_done(tracker)
- Parameters:
- class geneticengine.evaluation.budget.AnyOf(a, b)
Bases:
SearchBudgetHelper class that provides a standard way to create an ABC using inheritance.
- Parameters:
a (SearchBudget)
b (SearchBudget)
- a
- b
- is_done(tracker)
- Parameters: