Skip to content
/ cali Public

Agent-based Model Calibration Package

License

Notifications You must be signed in to change notification settings

embray/cali

Repository files navigation

cali

A set off calibration tools to be used to calibrate Brook and Hommes model params.

Project Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│
│
├── docs               <- A default Sphinx project; see sphinx-doc.org for details
│
├── models             <-  Models to calibrate against
│
├── notebooks          <- Jupyter notebooks. 
|
├── references         <- Data dictionaries, manuals, and all other explanatory materials.
│
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
├── setup.py           <- makes project pip installable (pip install -e .) so src can be imported
├── src                <- Source code for use in this project.
│   ├── __init__.py    <- Makes src a Python module
│   │
│   ├── data           <- Scripts to download or generate data
│   │   └── make_dataset.py
│   │
│   ├── models         <- Models to calibrate against
│   │   │                
│   │
│   └── visualization  <- Scripts to create exploratory and results oriented visualizations
│       └── visualize.py

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

Agent-based Model Calibration Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published