thouska / spotpy

A Statistical Parameter Optimization Tool
https://spotpy.readthedocs.io/en/latest/
MIT License
254 stars 152 forks source link

Implement the DDS algorithm for spotpy #195

Closed bees4ever closed 5 years ago

bees4ever commented 5 years ago

This is a new PR based on: https://github.com/thouska/spotpy/pull/185 where some mistakes are fixed.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 659


Changes Missing Coverage Covered Lines Changed/Added Lines %
spotpy/algorithms/dds.py 128 136 94.12%
spotpy/unittests/test_dds.py 110 122 90.16%
<!-- Total: 250 270 92.59% -->
Files with Coverage Reduction New Missed Lines %
spotpy/algorithms/rope.py 1 89.29%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 654: -0.1%
Covered Lines: 5214
Relevant Lines: 5762

💛 - Coveralls
thouska commented 5 years ago

Super nice work! Thank you very much for this large contribution, I think this the DDS algorithm is ready to merge now, as it has proven to provide the same results as the original matlab version. Good job :)