get_history#

abstractmethod BaseOptimizer.get_history() Dict[str, List]#

Return the optimization history recorded during the last run.

Returns:
dict

Dictionary with at least the following keys:

'params'

List of parameter arrays, one per iteration.

'fom'

List of FOM values, one per iteration.

'gradient'

List of gradient arrays, one per iteration.