Skip to content

A Python package to maintain a complex set of stochastic parameters

License

Notifications You must be signed in to change notification settings

cornell-covid-modeling/amps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amps Manages ParameterS

CircleCI codecov

amps offers a maintainable parameter management system for applications requiring both deterministic and non-stochastic parameters. It is compatible with hierarchical parameter structures specified in either YAML or JSON format. Furthermore, parameters can be defined as the (simple) function of other parameters within YAML/JSON files reducing coupling and increasing readability.

Installation

This Python package is not yet posted on PyPI. Hence, the best way to get started is by cloning the repo and pip installing.

git clone git@github.com:cornell-covid-modeling/amps.git
cd amps
pip install -e .

License

Licensed under the MIT License

About

A Python package to maintain a complex set of stochastic parameters

Topics

Resources

License

Stars

Watchers

Forks

Languages