LikelihoodProfiler.jl icon indicating copy to clipboard operation
LikelihoodProfiler.jl copied to clipboard

Options for paralellisation

Open TorkelE opened this issue 10 months ago • 2 comments

In the docs it is mentioned that profile takes an argument parallel_type for designating parallelisation type (and that it currently defaults to :none). Are there any parallelisation options implemented right now (and if so, what argument should one use to access these)?

TorkelE avatar Apr 26 '25 12:04 TorkelE

Parallel options (distributed or threads) are not implemented yet, but it is something we are going to implement shortely (within the next couple of weeks).

ivborissov avatar Apr 28 '25 18:04 ivborissov

Sounds good, looking forward to it!

TorkelE avatar Apr 28 '25 19:04 TorkelE

Solved with https://github.com/insysbio/LikelihoodProfiler.jl/pull/52 The docs were updated https://insysbio.github.io/LikelihoodProfiler.jl/stable/parallel_modes/

ivborissov avatar Jun 02 '25 00:06 ivborissov