qiskit.algorithms.optimizers.COBYLA.set_options¶
- COBYLA.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.
- Paramètres
kwargs (dict) – options, given as name=value.