Skip to content

Warning from optimization when using DAE to compute pyramids #39

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

Open
felixcremer opened this issue Feb 25, 2025 · 1 comment
Open

Warning from optimization when using DAE to compute pyramids #39

felixcremer opened this issue Feb 25, 2025 · 1 comment

Comments

@felixcremer
Copy link
Collaborator

When using DiskArrayEngine I get the following warning from Optimization:
I am not sure, where this is coming from directly.

┌ Warning: The selected optimization algorithm requires second order derivatives, but `SecondOrder` ADtype was not provided. 
│         So a `SecondOrder` with ADTypes.AutoForwardDiff() for both inner and outer will be created, this can be suboptimal and not work in some cases so 
│         an explicit `SecondOrder` ADtype is recommended.
└ @ OptimizationBase ~/.julia/packages/OptimizationBase/gvXsf/src/cache.jl:49
@felixcremer
Copy link
Collaborator Author

This seems to be related to this OptimizationBase issue: SciML/OptimizationBase.jl#129

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