PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
203 stars 235 forks source link

method="halton" is harcoded in the workflow #730

Closed istfer closed 8 years ago

istfer commented 8 years ago

Right now sampling method halton is hardcoded in the workflow

run.write.configs(settings, write=settings$database$bety$write, ens.sample.method="halton")

We should be able to choose a sampler from settings.

mdietze commented 8 years ago

Specifically, not only should the sampling method be made part of the setting object, but the downstream code needs to be modified to make sure this value is passed to the right functions (currently the ens.sample.method variable has no effect).