diff --git a/README.md b/README.md index 8075cb6..5f2fe70 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ # Descent -**Descent is just getting started and is under active development. Please check back soon for more updates!** - [![Build Status](https://travis-ci.org/nirum/descent.svg?branch=master)](https://travis-ci.org/nirum/descent) [![Documentation Status](https://readthedocs.org/projects/descent/badge/?version=latest)](http://descent.readthedocs.org/en/latest/?badge=latest) [![Coverage Status](https://coveralls.io/repos/nirum/descent/badge.svg?branch=master&service=github)](https://coveralls.io/github/nirum/descent?branch=master) - -Descent is a package for performing first-order optimization. It is just getting off the ground, check back soon for more updates. +Descent is a package for performing constrained and unconstrained first-order optimization. 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.