diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 244c543..79ea2d4 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-11T02:34:38","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-12T02:34:29","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index e314cec..60ad84d 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1158,4 +1158,4 @@ 0.582215 1.0e-5 1.0e-5 0.447532 … 1.0e-5 0.99997 0.99997 0.140929 0.412588 0.506956 0.0280593 0.0519387 1.0e-5 1.0e-5 0.0540219 0.133946 0.103898 0.0626305 0.233832 1.0e-5 1.0e-5 - 0.222834 0.453456 0.389137 0.461778 0.71422 1.0e-5 1.0e-5
d.ll_new
-2.9888456882726927e6
Multi-threading is supported by default if the julia session is launched with multiple threads. For example, one may launch Julia with 8 thread using the following command:
julia -t 8
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.8.0 on Wednesday 11 December 2024. Using Julia version 1.11.2.