https://github.com/andykee/loupe
Parametric optimization with built-in autograd
https://github.com/andykee/loupe
autograd optimization python science
Last synced: 5 months ago
JSON representation
Parametric optimization with built-in autograd
- Host: GitHub
- URL: https://github.com/andykee/loupe
- Owner: andykee
- License: bsd-3-clause
- Created: 2021-04-06T00:26:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T18:19:32.000Z (almost 2 years ago)
- Last Synced: 2025-09-08T14:35:06.783Z (9 months ago)
- Topics: autograd, optimization, python, science
- Language: Python
- Homepage: https://andykee.github.io/loupe/
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
Loupe
=====
|build status| |coverage| |docs status| |pypi version|
Loupe is a Python library for solving parametric optimization problems. Loupe makes
it easy to build and manipulate numerical models and efficiently solve optimization
problems using built-in algorithmic differentiation (autograd).
* **Documentation:** https://loupe.readthedocs.io/
* **Releases:** https://pypi.org/project/loupe/
* **Code:** https://github.com/andykee/loupe/
* **Issue tracker:** https://github.com/andykee/loupe/issues/
Installing
----------
Install and update Loupe using `pip`_:
.. code-block:: text
pip install loupe
.. _pip: https://pip.pypa.io/en/stable/quickstart/
.. |build status| image:: https://github.com/andykee/loupe/actions/workflows/test.yml/badge.svg
:target: https://github.com/andykee/loupe/actions/workflows/test.yml
.. |coverage| image:: https://coveralls.io/repos/github/andykee/loupe/badge.svg
:target: https://coveralls.io/github/andykee/loupe
.. |docs status| image:: https://readthedocs.org/projects/loupe/badge/?version=latest
:target: https://loupe.readthedocs.io/en/latest/?badge=latest
.. |pypi version| image:: https://img.shields.io/pypi/v/loupe.svg
:target: https://pypi.python.org/pypi/loupe