tmaklin / cpprate

Reimplementation of the variable selection via RATE method https://github.com/lorinanthony/RATE
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Catch out of memory exceptions (`std::bad_alloc`) #11

Closed tmaklin closed 7 months ago

tmaklin commented 1 year ago

cpprate is prone to running out of memory and throwing std::bad_allocs, which might be good to catch with a hint that there might not be enough memory.