You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPOTPY is a Python framework that enables the use of Computational optimization techniques for calibration, uncertainty
29
-
and sensitivity analysis techniques of almost every (environmental-) model. The package is puplished in the open source journal PLoS One:
25
+
and sensitivity analysis techniques of almost every (environmental-) model. The package is published in the open source journal PLoS One:
30
26
31
27
Houska, T., Kraft, P., Chamorro-Chavez, A. and Breuer, L.: SPOTting Model Parameters Using a Ready-Made Python Package, PLoS ONE,
32
28
10(12), e0145180, doi:[10.1371/journal.pone.0145180](http://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0145180"SPOTting Model Parameters Using a Ready-Made Python Package"), 2015
@@ -39,10 +35,8 @@ algorithms of almost any model, without the need of complex codes::
39
35
results = sampler.getdata() # Load the results
40
36
spotpy.analyser.plot_parametertrace(results) # Show the results
41
37
42
-
43
-
44
38
Features
45
-
=================
39
+
========
46
40
47
41
Complex algorithms bring complex tasks to link them with a model.
48
42
We want to make this task as easy as possible.
@@ -65,7 +59,7 @@ Some features you can use with the SPOTPY package are:
* Fast and Elitist Multiobjective Genetic Algorithm (`NSGA-II`)
70
64
71
65
* Wide range of objective functions (also known as loss function, fitness function or energy function) to validate the sampled results. Available functions are
@@ -84,7 +78,7 @@ Some features you can use with the SPOTPY package are:
0 commit comments