TuningOutcome
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 ofKernelState’s andTuningInfo’s.Attributes
A tuning info object, see
DefaultTuningInfo.A kernel state object, see
DAKernelState.