Tangi Migot
Tangi Migot
I think it helps us having a grasp of what packages are breaking forever or what packages are making big changes (like Enzyme is sometimes breaking on the nightly but...
Thanks @paraynaud !
I guess you want `minimize` instead of `minimize!` to unify the function solver? Why not, it feels the difference with solve! is when the user don't pass an nlp directly,...
Ok, so minimize call `_create_problem` (if the argument is not an NLPModel) and then solve? I like the idea.
Encourage user-defined overloads is definitely an idea. I remember in ReverseDiff.jl there were some issues regarding the fact that the package define too many functions, and there was no easy...
@pjssilva any update here?
Thanks @d-monnet for the suggestion, I actually like the idea. We could add the DOI in each problem Meta and you can always use https://www.doi2bib.org for the rest :). What...
I don't know if it is 100% reliable, but I have been using it very regularly and it seems pretty good nothing like the google scholar bib export. Maybe @abelsiqueira...
As a first step in that direction, I would suggest to add two fields in the DataFrame that describe all the problems: - a first field contains the DOI of...
Ok, so a quick update about this. - The DOI source might not be as simple as I thought because many of the sources reporting new problems are not published...