Metadata-Version: 2.4
Name: jax-gnep
Version: 0.2.1
Summary: jax_gnep — A KKT-based Algorithm for Computing Generalized Nash Equilibria -> moved to nashopt package.
Author-email: Alberto Bemporad <alberto.bemporad@imtlucca.it>
Project-URL: Homepage, https://github.com/bemporad/nashopt
Keywords: generalized nash equilibrium problems,game theory
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: jax
Requires-Dist: jaxopt
Requires-Dist: scipy
Dynamic: license-file

# jax-gnep — A KKT-based Algorithm for Computing Generalized Nash Equilibria

This repository is no longer maintained, as it is now part of <a href="https://github.com/bemporad/nashopt">nashopt</a>.

~~~python
pip install nashopt
~~~

### License

Apache 2.0

(C) 2025 A. Bemporad

### Acknowledgement
This work was funded by the European Union (ERC Advanced Research Grant COMPACT, No. 101141351). Views and opinions expressed are however those of the authors only and do not necessarily reflect those of the European Union or the European Research Council. Neither the European Union nor the granting authority can be held responsible for them.

<p align="center">
<img src="erc-logo.png" alt="ERC" width="400"/>
</p>
