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
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...
The text was updated successfully, but these errors were encountered:
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?
smac.solver.intensifier.tae_runner
tae_runner
Sorry, something went wrong.
yes, it suffice.
Merge pull request #183 from automl/issue/#128
ae007d2
ADD method get_tae_runner to SMAC-class (Issue/#128)
No branches or pull requests
The example of the random forest depicts why this is necessary:
The user should not know about the solver and intensifier class...
The text was updated successfully, but these errors were encountered: