Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 672 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 672 Bytes

README

This repository contains the python implementation accompanying the paper:

Linear convergence in time-varying generalized Nash equilibrium problems
Mattia Bianchi, Emilio Benenati, Sergio Grammatico
Conference on Decision and control, 2023
DOI: 10.1109/CDC49753.2023.10383331

Description

The code implements a linearly convergent distributed Generalized Nash Equlibrium (GNE)-seeking algorithm, which is tested on a peer-to-peer energy market model.

Dependencies

See requirements.txt

Running the code

To execute the code, run main.py. To plot the results, run plot.py.