Type: Package
Package: paradox
Title: Define and Work with Parameter Spaces for Complex
    Algorithms
Version: 0.11.1
Authors@R:
    c(person(given = "Michel",
             family = "Lang",
             role = c("cre", "aut"),
             email = "michellang@gmail.com",
             comment = c(ORCID = "0000-0001-9754-0393")),
      person(given = "Bernd",
             family = "Bischl",
             role = "aut",
             email = "bernd_bischl@gmx.net",
             comment = c(ORCID = "0000-0001-6002-6980")),
      person(given = "Jakob",
             family = "Richter",
             role = "aut",
             email = "jakob1richter@gmail.com",
             comment = c(ORCID = "0000-0003-4481-5554")),
      person(given = "Xudong",
             family = "Sun",
             role = "aut",
             email = "smilesun.east@gmail.com",
             comment = c(ORCID = "0000-0003-3269-2307")),
      person(given = "Martin",
             family = "Binder",
             role = "aut",
             email = "mlr.developer@mb706.com"),
      person(given = "Marc",
             family = "Becker",
             role = "ctb",
             email = "marcbecker@posteo.de",
             comment = c(ORCID = "0000-0002-8115-0400")))
Description: Define parameter spaces, constraints and
    dependencies for arbitrary algorithms, to program on such spaces. Also
    includes statistical designs and random samplers. Objects are
    implemented as 'R6' classes.
License: LGPL-3
URL: https://paradox.mlr-org.com,
    https://github.com/mlr-org/paradox
BugReports: https://github.com/mlr-org/paradox/issues
Imports:
    backports,
    checkmate,
    data.table,
    methods,
    mlr3misc (>= 0.9.4),
    R6
Suggests:
    knitr,
    lhs,
    spacefillr,
    testthat
Encoding: UTF-8
Config/testthat/edition: 3
Config/testthat/parallel: false
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.2.3
Collate:
    'Condition.R'
    'Design.R'
    'NoDefault.R'
    'Param.R'
    'ParamDbl.R'
    'ParamFct.R'
    'ParamInt.R'
    'ParamLgl.R'
    'ParamSet.R'
    'ParamSetCollection.R'
    'ParamUty.R'
    'Sampler.R'
    'Sampler1D.R'
    'SamplerHierarchical.R'
    'SamplerJointIndep.R'
    'SamplerUnif.R'
    'asserts.R'
    'default_values.R'
    'helper.R'
    'domain.R'
    'generate_design_grid.R'
    'generate_design_lhs.R'
    'generate_design_random.R'
    'generate_design_sobol.R'
    'ps.R'
    'reexports.R'
    'to_tune.R'
    'zzz.R'
