Metadata-Version: 1.1
Name: descent
Version: 0.1.4
Summary: First order optimization tools
Home-page: https://github.com/nirum/descent
Author: Niru Maheshwaranathan
Author-email: nirum@stanford.edu
License: MIT
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: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
