> For the complete documentation index, see [llms.txt](https://hypergan.gitbook.io/hypergan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hypergan.gitbook.io/hypergan/components/optimizer.md).

# Optimizer

<https://www.tensorflow.org/api_docs/python/tf/compat/v1/train/Optimizer>

## Access

```python
gan.trainer.optimizer
```

{% hint style="info" %}
Optimizers are compatible with tf 1.0 implemented optimizers and are not GANComponents.
{% endhint %}
