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

Continuous measurement #206

Closed
wants to merge 5 commits into from
Closed

Continuous measurement #206

wants to merge 5 commits into from

Conversation

rsbrost
Copy link
Contributor

@rsbrost rsbrost commented Jul 23, 2024

No description provided.

…continuous expt feature. Much of the heavy lifting has been done, but changes still need to be verified, validated, and added to our automatic testing if possible. File changes to abstract expt include new continuous preallocate, reallocate, and continuous save point methods; to runinfo include a new continuous_expt boolean attribute, and to experiment.py allow for continuous expt runs.
…etting runinfo.continuous_expt to True, experimentalists can run their experiment designs continuously, and continue to extend their datasets indefinitely. This needs to be tested for how long/what number of continuous experiments can be run before the reallocation resizing bogs down, if ever. Also may want to consider changing the continuous_count var in experiment.py to a runinfo attribute to keep track of the number of repetitions without have to infer it through extraction of dataset size. I will likely find a solution for this where it will only added to continuous expts to not include it unnecessarily in the metadata of other experiments. Furthermore, not all data types/sizes have been tested with our new continuous_save_point function, and so one could still encounter bugs using this feature as we continue to flush it out. If so, please report them along with the circumstance you encountered it with in addition to the error message.
….run_count attribute for continuous experiments.
… the lower layers likely still need updating. Furthermore, modifying experiment to be able to test the increasing lag times between experiments. Pushing to test on cint-transport overnight, hopefully this will provide a consistent testing environment since my computer was lagging out and artificially increasing runtimes temporarily.
@rsbrost rsbrost closed this Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant