Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Alpha release for production ready ABCE modeling platform

Pre-release
Pre-release
Compare
Choose a tag to compare
@DavoudTaghawiNejad DavoudTaghawiNejad released this 05 Sep 14:30
· 368 commits to master since this release

ABCE is a Python Agent-Based Computational Economy Platform, written by Davoud Taghawi-Nejad at the University of Oxford as part of the EconomicSL project. The impatient reader can jump directly to the ‘Interactive jupyter / IPython notebook Tutorial’, which explains how to set up a simulation. In the walk through you will learn how to set up an agent and how to trade with other agents. The Household and Firm classes allow to produce with different production functions and consume with utility functions. But models don’t have to use neoclassical assumptions. ABCE does support an accounting framwork for financial simulations: ABCESL can be downloaded here.

Install with:

python3 -m pip install abce

The documentation is here:

http://abce.readthedocs.io/

An example is here:

Insurance Market

A code example is here:

Jupytor Tutorial