loelschlaeger / fHMM

Hidden Markov models for finance
https://loelschlaeger.de/fHMM/
GNU General Public License v3.0
16 stars 8 forks source link

Implement progress bar #41

Closed loelschlaeger closed 3 years ago

loelschlaeger commented 3 years ago

Write own code for progress + ETA output. Remove dependence to "progress" package.

RouvenM commented 3 years ago

Own Progress Bar has been added (yet still local, but we can change on Monday). Did not work directly, since I had to adapt and change some data structure and control structure. For example, the following problems occured:

RouvenM commented 3 years ago