Skip to content
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

No termination with "runcount-limit" lesser then a number of possible combinations #21

Closed
KEggensperger opened this issue Jul 25, 2016 · 5 comments
Assignees
Labels

Comments

@KEggensperger
Copy link
Contributor

Originally reported by: Anatolii Domashnev (Bitbucket: ayaro, GitHub: ayaro)


In one of my settings it's possible that the size of my config space is rather small (only 26 possible configurations). With a fixed "runcount-limit" (e.g. 50), my algorithm fails to terminate.

Linux Mint 18, Python 3.5.2


@mfeurer
Copy link
Contributor

mfeurer commented Apr 26, 2017

Related to #25. The underlying functionality should live in the ConfigSpace and I opened the following issue automl/ConfigSpace#31.

@mfeurer
Copy link
Contributor

mfeurer commented Dec 15, 2021

The upcoming version of the configspace package will have a new method estimate_size() which can be used to check if a configuration space is finite. Based on that one could add functionality to deal with a limited configuration space, for example by enumerating all configurations and using those in the EI optimization or by keeping track of whether all configurations have already been sampled (after enumerating them).

@stale
Copy link

stale bot commented Jun 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 17, 2022
@renesass renesass removed the stale label Jun 23, 2022
@dengdifan dengdifan added bug and removed bug labels Feb 2, 2023
@alexandertornede
Copy link
Contributor

#25 #718

@sarah-segel
Copy link
Contributor

Will be addressed in #959, thus this issue is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

6 participants