Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow repeating the results of MultipleRuns for models that use random numbers #132

Open
pedro-andrade-inpe opened this issue Feb 17, 2016 · 2 comments
Assignees

Comments

@pedro-andrade-inpe
Copy link
Member

Think about how to allow repeating the results of MultipleRuns for models that use random numbers. It is interesting for published papers, in order to guarantee that the results of the paper could be reproduced exactly as published. To handle this, the random seed should be passed from the result of one simulation to the input of another simulation. Note that in this case the model must have seed as argument.

@agojunior
Copy link
Collaborator

(all strategies have a "repeats variable" implemented as in the last release 0.1.2) Since all strategies can repeat the simulation, which will generate repeated results, can I close this issue?

@agojunior agojunior reopened this Jun 2, 2016
@agojunior
Copy link
Collaborator

Oh wait, sorry I had misunderstood the issue. If the TerraME random seed and the model random seed are equal in both models, they will have the same results as far as I know. I will create tests to be sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants