Options for paralellisation
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)?
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).
Sounds good, looking forward to it!
Solved with https://github.com/insysbio/LikelihoodProfiler.jl/pull/52 The docs were updated https://insysbio.github.io/LikelihoodProfiler.jl/stable/parallel_modes/