From 1acfaf493ec5297f0862c84777ad485122d9676c Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Mon, 5 Oct 2015 17:31:19 -0700 Subject: [PATCH] Updated readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.