Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nirum committed Oct 6, 2015
1 parent a7860b8 commit d3764f9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@

Descent is a package for performing constrained and unconstrained first-order optimization.

Full documentation is available at [descent.readthedocs.org](http://descent.readthedocs.org/en/latest/).

It contains routines for running a number of different optimization algorithms, given a function that computes the gradient of the objective you wish to optimize.

It also contains a bunch of useful helper files for converting parameter structures (lists or dictionaries) into arrays and back.

# Requirements
Full documentation is available at [descent.readthedocs.org](http://descent.readthedocs.org/en/latest/).

## Contact
For bugs, comments, concerns: use the Github issue tracker.

Author: [Niru Maheswaranathan](http://niru.org/), nirum [a] stanford.edu

## License
MIT. See `LICENSE.md`

## Requirements

- Python 2.7 or higher
- [numpy](http://www.numpy.org)
Expand Down

0 comments on commit d3764f9

Please sign in to comment.