Skip to content

Interact with optimization problems

Notifications You must be signed in to change notification settings

zhuangshangyuan/interact

 
 

Repository files navigation

Install

  1. Install requirements in a virtual environment
python3 --version
virtualenv env --python=python3
source env/bin/activate
pip install -r requirements.txt

Make sure you have a high enough python version (3.7 works).

Launch demos

Run

source env/bin/activate

once per terminal.

Then, run

cd demos
python3 stability4x4.py

for the interacting with the stability and optimality regions of a 4x4 smooth game derivative.

About

Interact with optimization problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.4%
  • Other 1.6%