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

[FR] Move param initialization to separate method #41

Closed
stroblme opened this issue Sep 18, 2024 · 0 comments · Fixed by #45
Closed

[FR] Move param initialization to separate method #41

stroblme opened this issue Sep 18, 2024 · 0 comments · Fixed by #45
Labels
enhancement New feature or request
Milestone

Comments

@stroblme
Copy link
Member

stroblme commented Sep 18, 2024

Is your feature request related to a problem? Please describe.
Currently parameters are initialized in the constructor of the Model class.
However, there is some need for re-initializing an existing model.

Describe the solution you'd like
Move the initialization to a separate method but set the strategy in the constructor, such that any external call would just have to provide a new seed.
This should also introduce the option to provide an (optional) control value to overwrite the default initialization strategy value.

Describe alternatives you've considered
N/A

Additional context
N/A

@stroblme stroblme added the enhancement New feature or request label Sep 18, 2024
@stroblme stroblme added this to the Release 0.2. milestone Sep 18, 2024
@stroblme stroblme mentioned this issue Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant