-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Feature request: incorporate a bocas.Skip class so that experiments can be interrupted and resumed using the same config file. Right now, if running a bocas.Sweep does not have time to get through every element in the sweep, the user has to edit the config file manually. Bocas forces users to return a result (see below), so there isn't a clean way to check if the current configuration has been run. Ideally, if a configuration has been run, skip it and move on to the next if the user returns a bocas.Skip object.
if result is None:
raise ValueError(
"`result` returned from `run()` was `None`. "
"Did you forget a return statement?"
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels