AnalysisCallback

class aixd.data.custom_callbacks.AnalysisCallback(name: str, func_callback: Callable | List[Callable], dataset: Dataset = None, format_in: str = None)[source]

Bases: CustomCallback

Methods

analyze

Function for the user, to evaluate some set of design parameters using the Analysis function

run

This is the function used internally by the Dataset instance, to obtain the perf.

Inherited Methods