src.utils.tuner_utils

Classes

TunerUtils()

class src.utils.tuner_utils.TunerUtils
Author:

Alberto M. Esmoris Pena

Class with util static methods to work with model tuners.

static extract_tuner_class(spec)

Extract the tuner’s class from the key-word specification.

Parameters:

spec – The key-word specification.

Returns:

Class representing/realizing a tuner.

Return type:

Tuner