8000 GitHub - AB-CE/abce at 0.8.2a
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

AB-CE/abce

Repository files navigation

Introduction

ABCE is a Python Agent-Based Complete Economy Platform, written by Davoud Taghawi-Nejad. With ABCE, you can write economic, agent-based simulations in python. ABCE handles, trading production an consumption automatically. The agents, written by the modeler do only have to make the decisions and instruct the platform to trade, produce and consume. ABCE makes sure the economy is closed, that means no goods appear, disappear or are otherwise unaccounted for. It is therefore particularly useful for macro models. ABCE's model output are compatible with R, Excel and sqlite.

ABCE build status on Travis CI ABCE build status on Appveyor CI Pypi version readthedocs

The full documentation: https://abce.readthedocs.io

Features

  • Built-in standard actions for economic agents: get_offers, sell/buy/retract, accept/reject/take -- optimized in Cython
  • In the simulation, goods are ontological object instead of epistemological information that lives in a ledger
  • Stock-flow consistent model
  • Discrete-time scheduler
  • Parallel execution of actions within a subround via multiprocessing
  • Browser-based GUI via @gui decorator

Installation

You can quickly install ABCE from a terminal,

` $ pip install git+https://github.com/ABC-E/abce `

or from this repo

` $ pip install . `

About

Agent-based computational Economics, the Python library that makes AB modelling easier

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

Languages

0