Skip to content

Commit

Permalink
add information about citing the library
Browse files Browse the repository at this point in the history
  • Loading branch information
rfeinman committed Sep 28, 2022
1 parent cb80c86 commit 71d6ab9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,17 @@ As an alternative to the functional API, pytorch-minimize also includes an "opti
To access the optimizer class, import as follows:

from torchmin import Minimizer

## Citing this work

If you use pytorch-minimize for academic research, you may cite the library as follows:

```
@misc{Feinman2021,
author = {Feinman, Reuben},
title = {Pytorch-minimize: a library for numerical optimization with autograd},
publisher = {GitHub},
year = {2021},
url = {https://github.com/rfeinman/pytorch-minimize},
}
```

0 comments on commit 71d6ab9

Please sign in to comment.