Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 951 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 951 Bytes

Planning Experiments

These are experiments with planning an economy by setting targets based on needs, collecting input data and generating optimal production suggestions.

Requirements

pip install -r requirements

How To Run

In each experiment folder there is a python script that can be run with something like

python plan.py

Some experiments also have jupyter notebooks with visualizations.

See the README file in that folder for more details.

The Experiments

Experiment 1

uses linear programming with targets, input output flows, and additional constraints but does not reach an optimal solution.

Experiment 2

uses the algorithm (linear programming) from https://github.com/wc22m/5yearplan. This repository also has additional explanations about the input data.

Sankey Diagram visualssankey