We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe there is an error at https://github.com/LGE-ARC-AdvancedAI/auptimizer/blob/master/src/aup/Proposer/hpbandster/core/dispatcher.py#L232 where del ... leaves a None in the worker_pool without ever reducing the size of the collection. I think filter or some other reduction might be needed when cleaning up.
del ...
None
worker_pool
filter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe there is an error at https://github.com/LGE-ARC-AdvancedAI/auptimizer/blob/master/src/aup/Proposer/hpbandster/core/dispatcher.py#L232 where
del ...
leaves aNone
in theworker_pool
without ever reducing the size of the collection. I thinkfilter
or some other reduction might be needed when cleaning up.The text was updated successfully, but these errors were encountered: