Giter VIP home page Giter VIP logo

peers's Introduction

The Peers agent-based model.

Requirements

See requirements.txt

Package structure

peers - root package

  • peers.design - experimental designs (LHD, winding stairs)
  • peers.gsa - global sensitivity analysis
  • peers.fit - model calibration
  • peers.mde - model calibration via minimum distance estimation (does not work)
  • peers.tests - tests (requires nose)

Invocation

Use peerstool to execute the command you want. peerstool -h will print the list of available commands:

$ peerstool <cmd> -h

will print the help message of command <cmd>. Each command is implemented in its own submodule, and submodules of related commands are all in the same subpackage. Note that most submodules are also standalone scripts themselves! Thus, if you have peers in you PYTHONPATH, then you can always call the submodule explicity. For example, command sigmoid is implemented in submodule peers.fit.sigmoid of subpackage peers.fit. Then you can execute it via:

$ python -m peers.fit.sigmoid

You can inspect the source code of peerstool to figure out the location of any command (look for a dict variable named commands).

peers's People

Stargazers

Alexander T. J. Barron avatar Giovanni Luca Ciampaglia avatar

Watchers

Giovanni Luca Ciampaglia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.