Package: LA
Type: Package
Title: Lioness Algorithm (LA)
Version: 2.0
Date: 2022-05-06
Authors@R: c(
    person("Hongzhi", "Wang", email="hw34508@uga.edu", role=c("aut","cre")),
    person("Qian", "Xiao", role="aut"),
    person("Abhyuday", "Mandal", role="aut"))
Description: Contains Lioness Algorithm (LA) for finding optimal designs over continuous design space, optimal Latin hypercube designs, and optimal order-of-addition designs. LA is a brand new nature-inspired meta-heuristic optimization algorithm. Detailed methodologies of LA and its implementation on numerical simulations can be found at Hongzhi Wang, Qian Xiao and Abhyuday Mandal (2021) <arXiv:2010.09154>.
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, devtools
Imports: Rcpp
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2022-05-07 01:29:16 UTC; wangh
Author: Hongzhi Wang [aut, cre],
  Qian Xiao [aut],
  Abhyuday Mandal [aut]
Maintainer: Hongzhi Wang <hw34508@uga.edu>
Repository: CRAN
Date/Publication: 2022-05-07 06:40:06 UTC
