TuningOutcome#

class liesel.goose.kernel.TuningOutcome(info, kernel_state)[source]#

Bases: Generic[liesel.goose.types.TKernelState, liesel.goose.types.TTuningInfo]

A dataclass for the return value of the kernel method Kernel.tune(). Different kernels can use different types of KernelState’s and TuningInfo’s.

Attributes

info

A tuning info object, see DefaultTuningInfo.

kernel_state

A kernel state object, see DAKernelState.