You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parallel proposal creation can be slower than serial proposal creation if the batch size is small. Switch to use serial proposal creation if the batch size is less than N. We should experimentally determine what N should be for a typical deployment.