-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
I'm clearing seed output in gscp_11aa for the moment because initialization code for abbreviated output there now sets it to the parameters list input value "seed". I don't think that's even used anymore since seeds can be set all over the place, e.g., one for the whole tzar run, one for the rsrun, one for any problems created, etc. Need to rethink what should be written out to the results files.
Probably need to have individual seed names instead of one global seed output.
Also need a way to encode when the seed was not explicitly set for the individual seeds.
This is what I've done temporarily, i.e., leaving the slot there in the output but not giving it a value:
initialized_output_df$seed [cur_result_row] = NA ##### parameters$seed
Reactions are currently unavailable