diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index db7812f..67c8bdb 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-13T02:28:30","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-14T02:26:22","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index ce9fe1b..8248fd2 100644 --- a/dev/index.html +++ b/dev/index.html @@ -588,4 +588,4 @@ 1.0e-5 0.333264 0.276992 0.215578 … 0.934272 1.0e-5 1.0e-5 0.0728986 0.133901 0.151148 0.116068 0.0259248 1.0e-5 1.0e-5 0.495104 0.532825 0.57185 0.142498 0.0397931 1.0e-5 1.0e-5 - 0.431987 1.0e-5 1.0e-5 0.525857 1.0e-5 0.99997 0.99997
d.ll_new
-5.046319427299974e6
If you have multiple CPU cores available, it is recommended to launch Julia with multiple threads, for example, by using -t
option from the terminal:
julia -t 8
You may also set up a multithreaded Jupyter kernel following the instruction given here.
GPU is enabled by setting the keyword argument use_gpu
to true
. The parts computing gradients and Hessians of the loglikelihood is moved to GPU.
Settings
This document was generated with Documenter.jl version 1.7.0 on Friday 13 September 2024. Using Julia version 1.10.5.