Metadata-Version: 2.1
Name: calisim
Version: 0.1.0
Summary: A library of methods to calibrate simulation models.
Home-page: https://github.com/PlantandFoodResearch/calisim
License: Apache-2.0
Author: James Bristow
Author-email: james.bristow@plantandfood.co.nz
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: hydra
Provides-Extra: torch
Provides-Extra: tutorials
Requires-Dist: alembic (>=1.13.3,<2.0.0)
Requires-Dist: arviz (>=0.20.0,<0.21.0)
Requires-Dist: ax-platform (>=0.4.3,<0.5.0) ; extra == "torch"
Requires-Dist: botorch (>=0.12.0,<0.13.0) ; extra == "torch"
Requires-Dist: celery (>=5.4.0,<6.0.0)
Requires-Dist: chaospy (>=4.3.17,<5.0.0)
Requires-Dist: corner (>=2.2.3,<3.0.0)
Requires-Dist: emcee (>=3.1.6,<4.0.0)
Requires-Dist: emukit (>=0.4.11,<0.5.0)
Requires-Dist: gpy (>=1.13.2,<2.0.0)
Requires-Dist: gpytorch (>=1.13,<2.0) ; extra == "torch"
Requires-Dist: graphviz (>=0.20.3,<0.21.0)
Requires-Dist: gstools (>=1.6.0,<2.0.0)
Requires-Dist: hydra-core (>=1.3.2,<2.0.0) ; extra == "hydra"
Requires-Dist: iterative-ensemble-smoother (>=0.2.6,<0.3.0)
Requires-Dist: joblib (>=1.4.2,<2.0.0)
Requires-Dist: kaleido (==0.2.1)
Requires-Dist: lampe (>=0.9.0,<0.10.0) ; extra == "torch"
Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
Requires-Dist: mesa (<3.1.4) ; extra == "tutorials"
Requires-Dist: mesa-geo (>=0.9.1,<0.10.0) ; extra == "tutorials"
Requires-Dist: networkx (>=3.4.1,<4.0.0)
Requires-Dist: nflows (>=0.14,<0.15) ; extra == "torch"
Requires-Dist: numpoly (<=1.2.14)
Requires-Dist: numpy (<2.0.0)
Requires-Dist: openturns (>=1.23,<2.0)
Requires-Dist: optuna (>=4.0.0,<5.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pcse (>=6.0.9,<7.0.0) ; extra == "tutorials"
Requires-Dist: pillow (>=11.0.0,<12.0.0)
Requires-Dist: plotly (>=5.24.1,<6.0.0)
Requires-Dist: psycopg2-binary (>=2.9.10,<3.0.0)
Requires-Dist: pyabc (>=0.12.13,<0.13.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: pyesmda (>=0.4.3,<0.5.0)
Requires-Dist: pygpc (>=0.4.1,<0.5.0)
Requires-Dist: pymc (<=5.16.2)
Requires-Dist: pyro-api (>=0.1.2,<0.2.0) ; extra == "torch"
Requires-Dist: pyro-ppl (>=1.9.1,<2.0.0) ; extra == "torch"
Requires-Dist: pytensor (<=2.20.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: salib (>=1.5.1,<2.0.0)
Requires-Dist: sbi (<=0.22.0) ; extra == "torch"
Requires-Dist: scikit-activeml (>=0.5.2,<0.6.0)
Requires-Dist: scikit-learn (>=1.5.2,<2.0.0)
Requires-Dist: scipy (<1.12.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Requires-Dist: skorch (>=1.0.0,<2.0.0) ; extra == "torch"
Requires-Dist: spotpy (>=1.6.2,<2.0.0)
Requires-Dist: sqlalchemy (<2.0.36)
Requires-Dist: tensorboard (>=2.18.0,<3.0.0) ; extra == "torch"
Requires-Dist: torch (>=2.5.0,<3.0.0) ; extra == "torch"
Requires-Dist: zuko (>=1.3.0,<2.0.0) ; extra == "torch"
Project-URL: Repository, https://github.com/PlantandFoodResearch/calisim
Description-Content-Type: text/markdown

# calisim

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CI/CD](https://github.com/PlantandFoodResearch/calisim/actions/workflows/cicd.yaml/badge.svg?branch=main)](https://github.com/PlantandFoodResearch/calisim/actions/workflows/cicd.yaml)
[![Documentation](https://github.com/PlantandFoodResearch/calisim/actions/workflows/docs.yaml/badge.svg?branch=main)](https://github.com/PlantandFoodResearch/calisim/actions/workflows/docs.yaml)
[![pages-build-deployment](https://github.com/PlantandFoodResearch/calisim/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/PlantandFoodResearch/calisim/actions/workflows/pages/pages-build-deployment)

*A library of methods to calibrate simulation models.*

# Table of contents

- [calisim](#calisim)
- [Table of contents](#table-of-contents)
- [Introduction](#introduction)

# Introduction

This repository contains various methods for calibrating simulation models.

