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
Function for the user, to evaluate some set of design parameters using the Analysis function
This is the function used internally by the Dataset instance, to obtain the perf.
Inherited Methods