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

change the verbose param of optimize_prior! from a boolean to an integer? #125

Open
pasq-cat opened this issue Oct 3, 2024 · 0 comments

Comments

@pasq-cat
Copy link
Contributor

pasq-cat commented Oct 3, 2024

at the moment in the mlj interface the verbosity parameter accepted by mlj must be translated in a boolean through
verbose = verbosity == 0 ? false : true

In accordance with MLJ, maybe we can change the verbose param in "verbosity" and change its nature to an integer so that in future different levels of informations can be displayed depending on the verbosity level set in MLJ.
Otherwise i will keep things as they are.

btw since the training loop of optimize_prior! is not exposed i cannot continue it in the MMI.update function, only start it from zero with a new number of steps.

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

1 participant