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

GalacticOptim.jl #97

Open
bischtob opened this issue Jan 25, 2022 · 1 comment
Open

GalacticOptim.jl #97

bischtob opened this issue Jan 25, 2022 · 1 comment

Comments

@bischtob
Copy link

Can we hook EKP.jl into that project? We could then calibrate using DiffEqFlux.jl.

@eviatarbach
Copy link
Contributor

eviatarbach commented Nov 3, 2022

Currently EKI can only minimize nonlinear least squares problems, i.e.,

$\min_\theta \|\mathcal{G}(\theta) - y\|^2$

so it couldn't be added to a general-purpose optimization package.

However, one way to transform the nonlinear least squares problem into a general one would be to take $\mathcal{G}(\theta)\to\exp{\mathcal{G}(\theta)}$ and $y\to 0$. I don't know how well this would work but might be worth trying.

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