From c3cbc69d74d34ae4015044c9e5f29be255970068 Mon Sep 17 00:00:00 2001 From: Chi-Kuang Yeh Date: Thu, 6 Jun 2024 11:08:20 -0230 Subject: [PATCH] Update TODO list - c-optimality --- README.Rmd | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 9a0301e..8d0af67 100644 --- a/README.Rmd +++ b/README.Rmd @@ -168,6 +168,7 @@ my_design$val + [x] Version update for the develop version + [x] Improve the computational speed by vectorizing the code, and remove loops + [x] Remove the unnecessary dependence: tibble, gridExtra, graphics and stats ++ [ ] Add c-optimality criterion + [ ] Python and Julia version of the package, which are expected to be faster than in R + [ ] Merge the functions that compute the directional derivatives. Maybe adding an extra argument to indicate the design criterion used. diff --git a/README.md b/README.md index 0c7e968..79954b5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ estimator ================ *Chi-Kuang Yeh, Julie Zhou, Jason Hou-Liu* -*May 30, 2024* +*June 06, 2024* @@ -197,6 +197,7 @@ my_design$val remove loops - [x] Remove the unnecessary dependence: tibble, gridExtra, graphics and stats +- [ ] Add c-optimality criterion - [ ] Python and Julia version of the package, which are expected to be faster than in R - [ ] Merge the functions that compute the directional derivatives.