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

Allow setting an initial_point in the NeuralNetworks #113

Closed
Cryoris opened this issue Jun 1, 2021 · 3 comments · Fixed by #115
Closed

Allow setting an initial_point in the NeuralNetworks #113

Cryoris opened this issue Jun 1, 2021 · 3 comments · Fixed by #115

Comments

@Cryoris
Copy link
Contributor

Cryoris commented Jun 1, 2021

What is the expected enhancement?

Should the NeuralNetwork algorithms should support passing an initial_point for the weights?

It seems that right now this is technically possible by setting warm_start to true and setting the private _fit_result property, but that's rather hacky 🙂

@adekusar-drl
Copy link
Collaborator

Oh yes, just hit the same issue. I hope this feature will be in place soon.

@Cryoris
Copy link
Contributor Author

Cryoris commented Jun 1, 2021

I'll open a PR soon, just need to add some tests 😄

@adekusar-drl
Copy link
Collaborator

It is done already #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants