nsiccha

Results 58 comments of nsiccha

> this bug wasn't as severe as it initially looked. Yeah, indeed. In retrospect, if it had affected everyone, I guess it would have been discovered earlier. BTW, the reason...

Makes sense! I was in the end also affected by https://github.com/julia-vscode/julia-vscode/issues/3853, but wasn't aware at the time. And also wrapped the (single) pathfinder calls in another loop, retrying pathfinder until...

This is what my `About` says: ``` Version: 1.102.2 Commit: c306e94f98122556ca081f527b466015e1bc37b0 Date: 2025-07-22T12:15:48.520Z Electron: 35.6.0 ElectronBuildId: 11847422 Chromium: 134.0.6998.205 Node.js: 22.15.1 V8: 13.4.114.21-electron.0 OS: Linux x64 6.8.0-64-generic ```

Would it then make sense to disable this integration by default? Just to make things slightly more confusing, other people have tried to reproduce the slowdown that I experience, but...

For me this happens for both the current LTS (1.10.10) and the newest (1.11.6). The code in question has meanwhile been moved to https://github.com/TuringLang/AbstractMCMC.jl#py/supposedly-slow Curiously, for the current main branch,...

> you want a tuple that contains two pieces, one of which is an integer. Presumably the integer items do not change per iteration? Yes, exactly! And yes, usually the...

> Do you have a use case where the integer value changes based on the parameters but it doesn't break autodiff? No - the integer values are generally constant for...

> The diagonal should be distributed something like [...] Cool cool! Based on things working so well with the sqrt scaling, I suspected that there must be a (potentially complicated...

I'll have a look whenever I have the time as well 👍