Oskar Laverny
Oskar Laverny
Hi, Would it be difficult to integrate @pkofod gist into Optim.jl ? I dont think i have enough comprehension of Julia's internals to do it myself, as the code @pkofod...
Thanks ! A little overburden these days (wrapping up my Phd), but be sure I'll do this whenever I find some time to work on Copulas.jl again.
Thanks for all these precise informations. - For imprecise copulas, assuming the family exists in `Copulas.jl` (which is not the case for W and M e.g., which are not yet...
@davidanthoff Is there some kind of workaround available for a remote and long-lasting Julia session, that would allow disconnecting and reconnecting multiple times without losing the (remote) Julia REPL ?...
Same problem here on windows. How could we make it work ? it would greatly improve my workflow.
In #20891, I report exactly the same issue, while I'm french and thus do not use chinese characters, this therefore has nothing to do with the chinese and/or Corean stuff.
I confirm that the windows Search module is clealry the issue: I desactivated it and now it works correctly. However, even after 0.64.1 update, reactivating it makes this bug comes...
Hey, Would that fix the issue I am having, which is that if rows of the data contains missing values, GLM discard those rows, but does not discard the corresponding...
I just noticed that for other solvers like COSMO that allows quadrative objectives, Convex also uses this trick and does not pass along a quadratic objective. What is the current...
Thanks for taking a look, i changed some things. I did not manage to make `GenericLinearAlgebra.eigen!` work though.