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

Add method get_target_algorithm_runner to SMAC class #128

Closed
mfeurer opened this issue Nov 30, 2016 · 2 comments
Closed

Add method get_target_algorithm_runner to SMAC class #128

mfeurer opened this issue Nov 30, 2016 · 2 comments

Comments

@mfeurer
Copy link
Contributor

mfeurer commented Nov 30, 2016

The example of the random forest depicts why this is necessary:

def_value = smac.solver.intensifier.tae_runner.run(cs.get_default_configuration(), 1)[1]

The user should not know about the solver and intensifier class...

@shukon
Copy link
Collaborator

shukon commented Feb 17, 2017

Will it suffice to simply return smac.solver.intensifier.tae_runner (branch issue/#128, 1baacb3) or is the tae_runner supposed to be a class-member?

@mlindauer
Copy link
Contributor

yes, it suffice.

mlindauer added a commit that referenced this issue Mar 15, 2017
ADD method get_tae_runner to SMAC-class (Issue/#128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants