-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Global optimization #582
Comments
(my apologies if this has been mentioned / done in some other way and I'm out of date) |
This is covered by the scheduler integration basically |
I'm curious to learn more. Is there a PR I should be aware of? How does this work with the local scheduler? |
No new PR other than #294 where I added a |
this likely requires to build this tuple in |
We probably need to modify
dask.base
to call some dask-exproptimize
function. We probably also want to call this on everything we're computing all at once.The text was updated successfully, but these errors were encountered: