Metadata-Version: 2.1
Name: pymanopt
Version: 0.2.4
Summary: Toolbox for optimization on manifolds with support for automatic differentiation
Home-page: https://pymanopt.github.io
Author: Jamie Townsend, Niklas Koep and Sebastian Weichwald
License: BSD
Description: # pymanopt
        
        [![Join the chat at https://gitter.im/pymanopt/pymanopt](https://badges.gitter.im/pymanopt/pymanopt.svg)](https://gitter.im/pymanopt/pymanopt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
        [![PyPI version](https://badge.fury.io/py/pymanopt.svg)](https://badge.fury.io/py/pymanopt)
        [![Build Status](https://travis-ci.org/pymanopt/pymanopt.svg?branch=master)](https://travis-ci.org/pymanopt/pymanopt)
        [![Coverage Status](https://coveralls.io/repos/github/pymanopt/pymanopt/badge.svg?branch=master)](https://coveralls.io/github/pymanopt/pymanopt?branch=master)
        
        Please refer to the **documentation at [pymanopt.github.io](https://pymanopt.github.io)**
        and this [JMLR paper](http://www.jmlr.org/papers/v17/16-177.html) to get started
        with optimization on manifolds using Pymanopt.
        
        We encourage users and developers to report problems, request features,
        ask for help, or leave general comments either here on github,
        [gitter](https://gitter.im/pymanopt/pymanopt), or via email to one of the
        [maintainers](MAINTAINERS).
        
        Please refer to the [dev documentation](https://pymanopt.github.io/doc/)
        and the [CONTRIBUTING.md](CONTRIBUTING.md) file if you wish to extend
        Pymanopt's functionality and/or contribute to the project.
        
        Pymanopt is distributed under the open source [3-clause BSD license](LICENSE).
        
Keywords: optimization,manifold optimization,automatic differentiation,machine learning,numpy,scipy,theano,autograd,tensorflow
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
