AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 Next | |
Jul 15, 2019 | |
1 year 6 months | The time Loop filter was using a different name than in its documentation. It really is TimeLoop! |
Commit 2461, by Mathias Bavay | |
1 year 6 months | Slightly improved documentation and smarter warning when duplicate timestamps are made of nodata values. And by the way, I did see the previous commit :-) |
Commit 2460, by Mathias Bavay | |
1 year 6 months | Quick removal of duplicate code from the last commit before anyone sees... |
Commit 2459, by Michael Reisecker | |
1 year 6 months | 'Trim' overload to return strings. KF: Should now be well-defined, first results have been achieved. Input matrices can hold brackets and be built from diagonal vectors, initial state can be set automatically from meteo data, better parse errors. PF… |
Commit 2458, by Michael Reisecker | |
1 year 6 months | Adding a missing documentation entry |
Commit 2457, by Mathias Bavay | |
Jul 12, 2019 | |
1 year 6 months | Oups, my previous commit was a mess... |
Commit 2456, by Mathias Bavay | |
1 year 6 months | Added the possibility to add custom compiler flags (this should help for issue 740) and to turn LTO off when compiling with optimizations (for systems with little available RAM). Both are marked as "advanced" and thus hidden from view for the normal… |
Commit 2455, by Mathias Bavay | |
Jul 11, 2019 | |
1 year 6 months | PF & KF: nodata handling and adaptive timestepping; some const-ness. KF: input of time-dependent system matrix, core fix (but still not usable very well). |
Commit 2454, by Michael Reisecker | |
Jul 10, 2019 | |
1 year 6 months | PF: Possibility to dump internal states to file system and read it at next startup --> on successive calls the past does not have to be recalculated and observations can be aggregated online. Smaller Eigen include, parse_args fix. KF: Core algorithm… |
Commit 2453, by Michael Reisecker | |
1 year 6 months | The IDW_Slopes spatial interpolation needs to cache the data and was failing to clear the data before the next run, leading to accumulating more and more data (which is bad) and mixing data between different calls (which is even worst). This has bee… |
Commit 2452, by Mathias Bavay | |
1 year 6 months | Safeguard in readLineToVec, Kalman filter: most input matrices can be read, cleanup. Particle Filter: allowing to seed resampling RNG for reproducability, allowing to set resampling threshold, cleanup. No more GCC warnings. |
Commit 2451, by Michael Reisecker | |
1 year 6 months | In order to avoid Eigen's (tons of) warnings, it must be declared as system library (as was already done) but also included without any path (so it is handled as a system library) |
Commit 2450, by Mathias Bavay | |
Jul 9, 2019 | |
1 year 6 months | Resampling fix and cosmetics in particle filter, started Kalman filter, readLineToVec(delim) overload to return doubles instead of strings. |
Commit 2449, by Michael Reisecker | |
1 year 6 months | The time loop filter had some limitations (regarding the definition of the synchronization date) that have been removed. there was also a small mistake that could lead to slightly sifted timestamps (ie starting from the wrong one). This has also bee… |
Commit 2448, by Mathias Bavay | |
Jul 8, 2019 | |
1 year 6 months | PF: Implemented paths resampling. With this, the filter should be somewhat usable already. |
Commit 2447, by Michael Reisecker | |
1 year 6 months | Particle filter: Kicking idea to init via vector (if we allow that, the user may aswell just write it themselves...), 3rd and last RNG, 2nd and last model function. |
Commit 2446, by Michael Reisecker | |
Jul 5, 2019 | |
1 year 6 months | The time filters can now run either as first pass or second pass. In first pass, they modify the dateStart and dateEnd parameters of the data request that will be sent to the plugins. This has allowed the implementation of a timeLoop filter that rep… |
Commit 2445, by Mathias Bavay | |
1 year 6 months | PF: prior pdf generator, switching Maths vectors to Eigen, restructure and simplification |
Commit 2444, by Michael Reisecker | |
Jul 4, 2019 | |
1 year 6 months | Adding customizable noise generator to particle filter; some structure, some styling. |
Commit 2443, by Michael Reisecker | |
1 year 6 months | Helper functions to read RNG settings from ini file |
Commit 2442, by Michael Reisecker |