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

[Feature] Make ufhp of UniformIntegerHyperparameter public like NormalIntegerHyperparameter #291

Open
eddiebergman opened this issue Jan 19, 2023 · 1 comment · May be fixed by #346
Open

Comments

@eddiebergman
Copy link
Contributor

UniformIntegerHyperparameter:

cdef class UniformIntegerHyperparameter(IntegerHyperparameter):

NormalIntegerHyperparameter:

cdef class NormalIntegerHyperparameter(IntegerHyperparameter):
cdef public mu
cdef public sigma
cdef public nfhp
cdef normalization_constant

@eddiebergman
Copy link
Contributor Author

Closed with #346 as we are now pure python

@eddiebergman eddiebergman linked a pull request Apr 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants