https://github.com/facebookresearch/amortized-optimization-tutorial
Tutorial on amortized optimization for learning to optimize over continuous domains
https://github.com/facebookresearch/amortized-optimization-tutorial
Last synced: 6 months ago
JSON representation
Tutorial on amortized optimization for learning to optimize over continuous domains
- Host: GitHub
- URL: https://github.com/facebookresearch/amortized-optimization-tutorial
- Owner: facebookresearch
- License: other
- Created: 2022-01-31T01:47:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T20:09:00.000Z (11 months ago)
- Last Synced: 2025-03-02T21:19:57.585Z (11 months ago)
- Language: TeX
- Size: 66.2 MB
- Stars: 236
- Watchers: 9
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tutorial on Amortized Optimization
This repository contains the source code for the paper
[Tutorial on amortized optimization for
learning to optimize over continuous domains](https://arxiv.org/abs/2202.00665)
by
[Brandon Amos](http://bamos.github.io).
The main LaTeX source is in [paper](./paper)
and the source code examples are in [code](./code).
The code that generates the following plots is also
in [code/figures](./code/figures):
## [main-example.py](./code/figures/main-example.py)




## [maxent-animation.py](./code/figures/maxent-animation.py)

## [maxent.py](./code/figures/maxent.py)

## [ctrl.py](./code/figures/ctrl.py)

## [imaml.py](./code/figures/imaml.py)

## [fixed-point.py](./code/figures/fixed-point.py)

## [loss-comp.py](./code/figures/loss-comp.py)

## [smoothed-loss.py](./code/figures/smoothed-loss.py)

# Licensing
The source code for this tutorial, plots, and
sphere experiment is licensed under the
[CC BY-NC 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/).