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
Hello experts,
I built a 5 dimentional model with 10000 data points:
mba::MBA<5> interp(lo, hi, grid, coo, val);
It takes about 30 minites.
Is it possible to save the model for furture, interpolation only?
For example, alglib has a nice function
rbfserialize
for the similar purpose.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello experts,
I built a 5 dimentional model with 10000 data points:
mba::MBA<5> interp(lo, hi, grid, coo, val);
It takes about 30 minites.
Is it possible to save the model for furture, interpolation only?
For example, alglib has a nice function
rbfserialize
for the similar purpose.
Thanks!
The text was updated successfully, but these errors were encountered: