utahplt / TrackedFloats.jl

Julia library providing tracking of floating point errors through a program resources
https://juliahub.com/ui/Packages/General/TrackedFloats
MIT License
34 stars 3 forks source link

Log only the first k instances of an event #24

Closed ashton314 closed 1 year ago

ashton314 commented 1 year ago

Feedback from RxInfer.jl#116.

"We get the point already!!!"

Allow the user to configure how many events get logged—this will improve feedback cycle times, as after the threshold k is reached, we can just turn it off and let the program run normally.