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
As pointed out by @Zilleplus here the L-BFGS mex function should be fixed as in here in order to avoid compatibility problems: we should be using mwSize in place of size_t for specifying array dimensions.
The text was updated successfully, but these errors were encountered:
We should just copy over lbfgs.c from ForBeS, because some of the parameters that where put to size_t should still be int to be safe. I checked all this and fixed it in ForBeS...
As pointed out by @Zilleplus here the L-BFGS mex function should be fixed as in here in order to avoid compatibility problems: we should be using
mwSize
in place ofsize_t
for specifying array dimensions.The text was updated successfully, but these errors were encountered: