qiskit.algorithms.optimizers.ADAM.save_params¶
-
ADAM.
save_params
(snapshot_dir)[source]¶ Save the current iteration parameters to a file called
adam_params.csv
.Note
The current parameters are appended to the file, if it exists already. The file is not overwritten.
- Parameters
snapshot_dir (
str
) – The directory to store the file in.- Return type
None