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

Fix AX.Optimize malfunction #201

Closed
pvk-developer opened this issue Jun 12, 2020 · 0 comments · Fixed by #202
Closed

Fix AX.Optimize malfunction #201

pvk-developer opened this issue Jun 12, 2020 · 0 comments · Fixed by #202
Assignees
Milestone

Comments

@pvk-developer
Copy link
Collaborator

  • BTB version: 0.3.10

During the first implementation of the AX library we noticed that there was an unexpected low performance from this library. This was performing well on mathematical challenges but it was performing poorly on machine learning ones.

The actual parser of the hyperparameters on AX uses it's type to decide if a numerical value is float or int when a numerical range hyperparameter is passed. We have to ensure that floats values are being passed as hyperparameters.

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

Successfully merging a pull request may close this issue.

1 participant