-
Notifications
You must be signed in to change notification settings - Fork 3
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
densratiofunc never terminates #74
Comments
I can reproduce the issue. Thank you for reporting. Will take a look into it. |
@3f6a this is actually a problem with the using DensityRatioEstimation, Convex, ECOS
d = densratiofunc(5randn(100), randn(1000), KLIEP(), optlib=ConvexLib) I am investigating if something changed in Optim.jl that could potentially affect the convergence rate here. In any case, I am also investigating a complete refactor to help end-users. The approach with extensions is non-trivial as we need to load both the optimization framework (Convex.jl) and the solver (ECOS.jl) for it to work. |
The issue is indeed in Optim.jl, reported here: JuliaNLSolvers/Optim.jl#1121 |
@3f6a as a side note, I would simply use |
I am running this but it takes forever. Seems it will never finish.
The text was updated successfully, but these errors were encountered: