qiskit.aqua.components.optimizers.AQGD.set_options¶
-
AQGD.
set_options
(**kwargs)¶ Sets or updates values in the options dictionary.
The options dictionary may be used internally by a given optimizer to pass additional optional values for the underlying optimizer/optimization function used. The options dictionary may be initially populated with a set of key/values when the given optimizer is constructed.
- Parameters
kwargs (dict) – options, given as name=value.