Skip to content

Hylaean/Vector.Money.Sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector Money Simulation

Vector Money Simulation is a lightweight framework for exploring interactions between economic agents and limited bio-physical resources. It models households, firms, government, and financial intermediaries that trade resources in a market with prices responding to scarcity.

Features

  • Agent-based design using the Mesa library
  • Bio-physical stocks with optional integration via pysd
  • Resource market that automatically adjusts prices as stocks approach ecological limits
  • Simple tests demonstrating price adjustment behaviour

Installation

Install the package and its dependencies using pip:

pip install -e .

Optional dependency pysd will be used if available for more accurate stock integration.

Running Tests

Execute the test suite with pytest:

pytest

Documentation

Additional documentation is available in the docs/ directory. See docs/README.md for a brief overview of the market implementation.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for the full text.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors