Package: contextual
Type: Package
Title: Simulation and Analysis of Contextual Multi-Armed Bandit
        Policies
Version: 0.9.8.3
Authors@R: c(person("Robin", "van Emden", role = c("aut", "cre"), 
        comment = c(ORCID = "0000-0001-5820-8638"), email = "robinvanemden@gmail.com"),
    person("Maurits", "Kaptein", role = "ctb", email = "m.c.kaptein@tilburguniversity.edu", 
        comment = c(ORCID = "0000-0002-6316-7524")))
Maintainer: Robin van Emden <robinvanemden@gmail.com>
Description: Facilitates the simulation and evaluation of context-free
    and contextual multi-Armed Bandit policies or algorithms to ease the
    implementation, evaluation, and dissemination of both existing and
    new bandit algorithms and policies.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Depends: R (>= 3.5.0)
Imports: R6 (>= 2.3.0), data.table, R.devices, foreach, doParallel,
        itertools, iterators, Formula, rjson
Suggests: testthat, RCurl, splitstackshape, covr, knitr, here,
        rmarkdown, devtools, ggplot2, vdiffr
VignetteBuilder: knitr
URL: https://github.com/Nth-iteration-labs/contextual
BugReports: https://github.com/Nth-iteration-labs/contextual/issues
NeedsCompilation: no
Packaged: 2020-03-04 15:32:37 UTC; robin
Author: Robin van Emden [aut, cre] (<https://orcid.org/0000-0001-5820-8638>),
  Maurits Kaptein [ctb] (<https://orcid.org/0000-0002-6316-7524>)
Repository: CRAN
Date/Publication: 2020-03-04 20:30:02 UTC
