Tim Lügger

Results 3 issues of Tim Lügger

Small performance improvements to `dpmsolver_multistep` and `euler_ancestral_discrete` by avoiding redundant calculations. Vectorized the loop in `lms_discrete`. Some example benchmarks with code below: **DPMSolverMultistepScheduler** > 100 steps: > before: 3.6375 sec...

stale

### Description I was happy to see that there are logging libraries in java that don't need multiple 100s of milliseconds just for initialization. Here I made some suggestions to...

When requesting binary response data: `optionsBuilder.addHeader("Accept", "application/cbor");` Any `ResponseException` will be read as a string instead of the requested format. This leads to malformed error messages, such as: `org.opensearch.client.ResponseException: method...

bug