Tamas K. Papp
Tamas K. Papp
The API is kind of semi-exposed, not official, but has been stable for a long time. See [here](https://www.tamaspapp.eu/DynamicHMC.jl/dev/interface/#Warmup). It is documented, sort of, see also `mcmc_keep_warmup`. Here is an MWE:...
I am happy to address this, but what should the project directory be? whereever a `Project.toml` is found in the parent directories, when `julia-repl` is called from a buffer that...
I think this is an interesting approach. I agree that `ansi-term` is a pain. The roadmap for exploring this would be roughly the following: 1. see what control characters are...
(agree about Github vs Markdown, but formatted the Markdown, hope it is OK).
I looked into this a bit, with the following conclusion: 1. there is no need to write a new terminal type, you can just fool Julia into using a TTY...
A PR would be very helpful, or at least a link to your solution.
@JeffBezanson: FWIW, I would always prefer ```julia Tuple{eltype(a)} ``` to error if `eltype(a) === Union{}`, because that is a seriously broken `eltype` and I would prefer to know as early...
I don't think that is an issue with this package, we do not use ess. But please M-x `toggle-debug-on-error`, retry, and paste the backtrace here.
Currently, it stores all of them before deciding which to keep. Cf [this line](https://github.com/tpapp/MultistartOptimization.jl/blob/9e0d96b378404cbfef52910f168c276d8b05518c/src/tiktak.jl#L122). In principle this pass could be done online, ie always keeping just the best points. That...
Do you use threading? Are you sure there is no memory leak in your inner loop?