LICENSE
README.md
pyproject.toml
src/spotpy/__init__.py
src/spotpy/_version.py
src/spotpy/analyser.py
src/spotpy/cli.py
src/spotpy/describe.py
src/spotpy/likelihoods.py
src/spotpy/objectivefunctions.py
src/spotpy/parameter.py
src/spotpy/algorithms/__init__.py
src/spotpy/algorithms/_algorithm.py
src/spotpy/algorithms/abc.py
src/spotpy/algorithms/dds.py
src/spotpy/algorithms/demcz.py
src/spotpy/algorithms/dream.py
src/spotpy/algorithms/fast.py
src/spotpy/algorithms/fscabc.py
src/spotpy/algorithms/lhs.py
src/spotpy/algorithms/list_sampler.py
src/spotpy/algorithms/mc.py
src/spotpy/algorithms/mcmc.py
src/spotpy/algorithms/mle.py
src/spotpy/algorithms/nsgaii.py
src/spotpy/algorithms/padds.py
src/spotpy/algorithms/rope.py
src/spotpy/algorithms/sa.py
src/spotpy/algorithms/sceua.py
src/spotpy/database/__init__.py
src/spotpy/database/base.py
src/spotpy/database/csv.py
src/spotpy/database/hdf5.py
src/spotpy/database/ram.py
src/spotpy/database/sql.py
src/spotpy/examples/__init__.py
src/spotpy/examples/spot_setup_ackley.py
src/spotpy/examples/spot_setup_cmf1d.py
src/spotpy/examples/spot_setup_cmf_lumped.py
src/spotpy/examples/spot_setup_dds.py
src/spotpy/examples/spot_setup_dtlz1.py
src/spotpy/examples/spot_setup_griewank.py
src/spotpy/examples/spot_setup_hymod_exe.py
src/spotpy/examples/spot_setup_hymod_python.py
src/spotpy/examples/spot_setup_hymod_python_pareto.py
src/spotpy/examples/spot_setup_hymod_unix.py
src/spotpy/examples/spot_setup_rosenbrock.py
src/spotpy/examples/spot_setup_standardnormal.py
src/spotpy/examples/cmf_data/__init__.py
src/spotpy/examples/cmf_data/driver_data_site24.csv
src/spotpy/examples/cmf_data/fulda_climate.csv
src/spotpy/examples/cmf_data/soilmoisture_site24.csv
src/spotpy/examples/hymod_exe/HYMODsilent.exe
src/spotpy/examples/hymod_exe/Param.in
src/spotpy/examples/hymod_exe/__init__.py
src/spotpy/examples/hymod_exe/bound.txt
src/spotpy/examples/hymod_exe/bound_units.xlsx
src/spotpy/examples/hymod_exe/hymod_input.csv
src/spotpy/examples/hymod_exe/license.txt
src/spotpy/examples/hymod_python/__init__.py
src/spotpy/examples/hymod_python/hymod.py
src/spotpy/examples/hymod_python/hymod_input.csv
src/spotpy/examples/hymod_unix/__init__.py
src/spotpy/examples/hymod_unix/bound.txt
src/spotpy/examples/hymod_unix/bound_units.xlsx
src/spotpy/examples/hymod_unix/hymod_3.6
src/spotpy/examples/hymod_unix/hymod_3.7
src/spotpy/examples/hymod_unix/hymod_cython/Makefile
src/spotpy/examples/hymod_unix/hymod_cython/compile_hymod.sh
src/spotpy/examples/hymod_unix/hymod_cython/hymod.pyx
src/spotpy/examples/hymod_unix/hymod_cython/main_hymod.cpp
src/spotpy/gui/__init__.py
src/spotpy/gui/mpl.py
src/spotpy/hydrology/__init__.py
src/spotpy/hydrology/signatures.py
src/spotpy/parallel/__init__.py
src/spotpy/parallel/mpi.py
src/spotpy/parallel/mproc.py
src/spotpy/parallel/sequential.py
src/spotpy/parallel/umproc.py
tests/test_algorithms.py
tests/test_analyser.py
tests/test_cli.py
tests/test_database.py
tests/test_dds.py
tests/test_describe.py
tests/test_fast.py
tests/test_gui_mpl.py
tests/test_likelihood.py
tests/test_list_and_constant_parameters_with_samplers.py
tests/test_objectivefunctions.py
tests/test_parallel.py
tests/test_parameter.py
tests/test_setup_parameters.py
tests/test_signatures.py
tests/dds_tests/normal_list.txt
tests/dds_tests/run_1.json
tests/dds_tests/run_2.json
tests/dds_tests/run_3.json
tests/dds_tests/run_4.json
tests/dds_tests/run_5.json
tests/dds_tests/run_6.json
tests/dds_tests/run_7.json
tests/dds_tests/run_own_input_1.json
tests/dds_tests/run_own_input_2.json
tests/dds_tests/uniform_list.txt
tutorials/3dplot.py
tutorials/MyOwnDatabase.txt
tutorials/NSGA2.csv
tutorials/cli_hymod.py
tutorials/getting_started.py
tutorials/gui_hymod.py
tutorials/plot_nsgaii_tutorial.py
tutorials/tutorial_Parameterlist_iterator.py
tutorials/tutorial_ackley.py
tutorials/tutorial_cmf_lumped.py
tutorials/tutorial_dds_hymod.py
tutorials/tutorial_dream_hymod.py
tutorials/tutorial_fast_hymod.py
tutorials/tutorial_griewank.py
tutorials/tutorial_likelihood.py
tutorials/tutorial_listsampler.py
tutorials/tutorial_nsgaii.py
tutorials/tutorial_nsgaii_dltz1.py
tutorials/tutorial_own_database.py
tutorials/tutorial_padds_hymod.py
tutorials/tutorial_parallel_computing_hymod.py
tutorials/tutorial_rosenbrock.py
tutorials/tutorial_sceua_hymod.py
tutorials/tutorial_signatures.py
tutorials/dds/__init__.py
tutorials/dds/benchmark_dds.py
tutorials/dds/dds_parallel.py
tutorials/dds/dds_parallel_data.json
tutorials/dds/dds_parallel_plot.py
tutorials/dds/dds_parallel_run.py