-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number and include all package data
- Loading branch information
Showing
4 changed files
with
64 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# -*- coding: utf-8 -*- | ||
''' | ||
Copyright (c) 2015 by Tobias Houska | ||
This file is part of Statistical Parameter Estimation Tool (SPOTPY). | ||
:author: Tobias Houska | ||
:paper: Houska, T., Kraft, P., Chamorro-Chavez, A. and Breuer, L.: | ||
SPOTting Model Parameters Using a Ready-Made Python Package, | ||
PLoS ONE, 10(12), e0145180, doi:10.1371/journal.pone.0145180, 2015. | ||
This package enables the comprehensive use of different Bayesian and Heuristic calibration | ||
techniques in one Framework. It comes along with an algorithms folder for the | ||
sampling and an analyser class for the plotting of results by the sampling. | ||
:dependencies: - Numpy >1.8 (http://www.numpy.org/) | ||
- Pandas >0.13 (optional) (http://pandas.pydata.org/) | ||
- Matplotlib >1.4 (optional) (http://matplotlib.org/) | ||
- CMF (optional) (http://fb09-pasig.umwelt.uni-giessen.de:8000/) | ||
- mpi4py (optional) (http://mpi4py.scipy.org/) | ||
- pathos (optional) (https://pypi.python.org/pypi/pathos/) | ||
- sqlite3 (optional) (https://pypi.python.org/pypi/sqlite3/) | ||
:help: For specific questions, try to use the documentation website at: | ||
http://fb09-pasig.umwelt.uni-giessen.de/spotpy/ | ||
For general things about parameter optimization techniques have a look at: | ||
https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/tree/master/ | ||
Please cite our paper, if you are using SPOTPY. | ||
''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# -*- coding: utf-8 -*- | ||
''' | ||
Copyright (c) 2015 by Tobias Houska | ||
This file is part of Statistical Parameter Estimation Tool (SPOTPY). | ||
:author: Tobias Houska | ||
:paper: Houska, T., Kraft, P., Chamorro-Chavez, A. and Breuer, L.: | ||
SPOTting Model Parameters Using a Ready-Made Python Package, | ||
PLoS ONE, 10(12), e0145180, doi:10.1371/journal.pone.0145180, 2015. | ||
This package enables the comprehensive use of different Bayesian and Heuristic calibration | ||
techniques in one Framework. It comes along with an algorithms folder for the | ||
sampling and an analyser class for the plotting of results by the sampling. | ||
:dependencies: - Numpy >1.8 (http://www.numpy.org/) | ||
- Pandas >0.13 (optional) (http://pandas.pydata.org/) | ||
- Matplotlib >1.4 (optional) (http://matplotlib.org/) | ||
- CMF (optional) (http://fb09-pasig.umwelt.uni-giessen.de:8000/) | ||
- mpi4py (optional) (http://mpi4py.scipy.org/) | ||
- pathos (optional) (https://pypi.python.org/pypi/pathos/) | ||
- sqlite3 (optional) (https://pypi.python.org/pypi/sqlite3/) | ||
:help: For specific questions, try to use the documentation website at: | ||
http://fb09-pasig.umwelt.uni-giessen.de/spotpy/ | ||
For general things about parameter optimization techniques have a look at: | ||
https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/tree/master/ | ||
Please cite our paper, if you are using SPOTPY. | ||
''' |