-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For better adherence to any walltime limits, consider restructuring the current multiprocessing. Make each worker process spawn another sub-worker process that does the actual work and can be killed by the worker process without interfering with the workers sending their results to the manager.
This way, we should be better able to deal with long objective evaluation times and local optimizers that don't respect walltime limits.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels