get_parameters

ParameterHistory.get_parameters(index: int) numpy.ndarray[source]

Get parameters for a history index.

Parameters

index (int) – The history index.

Returns

The parameter values at the history index as array.

Return type

np.ndarray