Metadata-Version: 1.1
Name: descent
Version: 0.1.0
Summary: First order optimization tools
Home-page: https://github.com/nirum/descent.git
Author: Niru Maheshwaranathan
Author-email: nirum@stanford.edu
License: LICENSE.md
Description: 
                  The descent package contains tools for performing first order
                  optimization of functions. That is, given the gradient of an
                  objective you wish to minimize, descent provides algorithms for
                  finding local minima of that function.
                  
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Scientific/Engineering :: Information Analysis
