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

sciml_train summary is gone? #513

Closed
seadra opened this issue Mar 24, 2021 · 4 comments
Closed

sciml_train summary is gone? #513

seadra opened this issue Mar 24, 2021 · 4 comments

Comments

@seadra
Copy link

seadra commented Mar 24, 2021

sciml_train used to print an informative summary at the end, like this

 * Status: failure

 * Candidate solution
    Final objective value:

 * Found with
    Algorithm:     BFGS

 * Convergence measures
...

 * Work counters
    Seconds run:   138  (vs limit Inf)
    Iterations:    78
    f(x) calls:    100
    ∇f(x) calls:   100

but it is gone in the current release. Is it behind an option, or is it completely gone?

@ChrisRackauckas
Copy link
Member

That would be an issue for GalacticOptim and the OptimizationSolution.

@seadra
Copy link
Author

seadra commented Mar 24, 2021

But I'm using DiffEqFlux.sciml_train. Should I nonetheless open this in GalacticOptim?

@ChrisRackauckas
Copy link
Member

It's all GalacticOptim under the hood now.

@seadra
Copy link
Author

seadra commented Mar 24, 2021

I see, thanks!

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

2 participants