deephyper.evaluator.callback#
The callback module contains sub-classes of the Callback class.
The Callback class is used to trigger custom actions on the start and
completion of jobs by the Evaluator. Callbacks can be used with any
Evaluator implementation.
Functions
Compute the absolute hypervolume of a pointset according to the reference point ref. |
|
Test if the current Python interpretor is IPython or not. |
Classes
Dump jobs done to a CSV file. |
|
Callback interface. |
|
Represents the execution of a |
|
Represents the execution of a generic |
|
Print information when jobs are completed by the |
|
Records the objective values of the jobs. |
|
Stop the search gracefully when it does not improve for a given number of evaluations. |
|
Print information when jobs are completed by the |
|
Decorate an iterable object, returning an iterator which acts exactly like the original iterable, but prints a dynamically updating progressbar every time a value is requested. |