You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change loadLibrary on Windows to LoadLibraryA + LoadLibraryExA
- try LoadLibraryA first in any case
- try LoadLibraryExA if that failed
- print error from both, unless second failed with invalid parameter error
- see also #759 and #760
fix that grad_f_cache was not invalidated
- ... when warmstart with same structure and grad_f_constant is set
- need to get new gradient value still, as coefs may have changed for new
solve