divilian / specstar

Combines SPECscape and SPECnet into one project
1 stars 1 forks source link

Increment random seed #51

Closed divilian closed 5 years ago

divilian commented 5 years ago

Increment the random seed for each simulation run, drr. (Otherwise all runs with the same parameter values will produce identical results.)

Suggestion: use the params[:random_seed] setting as the seed for the first complete simulation run in a sweep. Then, for each successive run, increment it by 1.

Suggestion 2: in the output file (mentioned in issue #39), record the value of the seed used for each simulation run, for easier reproducibility later.