From 612b6e36fa46ed2e046e923b0520f286b86cabfa Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Wed, 11 Oct 2023 02:19:58 +0000 Subject: [PATCH] build based on 404c2db --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 73ece8f..f452aec 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-10T02:18:06","documenter_version":"1.1.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-11T02:19:54","documenter_version":"1.1.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 0d4c187..992b47b 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

Multithreading

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 support

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.

+ 0.431987 1.0e-5 1.0e-5 0.525857 1.0e-5 0.99997 0.99997
d.ll_new
-5.046319427299974e6

Multithreading

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 support

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.