Skip to content

rakvat/planning

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published