deephyper.evaluator.callback#

The callback module contains sub-classes of the Callback class used to trigger custom actions on the start and completion of jobs by the Evaluator. Callbacks can be used with any Evaluator implementation.

Classes

Callback

LoggerCallback

Print information when jobs are completed by the Evaluator.

ProfilingCallback

Collect profiling data.

SearchEarlyStopping

Stop the search gracefully when it does not improve for a given number of evaluations.

TqdmCallback

Print information when jobs are completed by the Evaluator.