Weiming-Hu / AnalogsEnsemble

The C++ and R packages for parallel ensemble forecasts using Analog Ensemble
https://weiming-hu.github.io/AnalogsEnsemble/
MIT License
18 stars 5 forks source link

RAnEn implementation change for non-advanced configuration #50

Closed Weiming-Hu closed 4 years ago

Weiming-Hu commented 5 years ago

The current configuration copies the data which is very inefficient. Change the implementation to pass-by-reference in C++ and avoid copying data in R.

Weiming-Hu commented 5 years ago

This has been changed in commit 645dc4003c6fd9fa52df1fb4deec457828d26d9d. Now the checking should be faster and require less resources. But the analog computation is yet to be changed.

Weiming-Hu commented 4 years ago

Closing since the advanced config is removed from V4.0.0 and on.