Last data update: 2014.03.03

ParamHelpers

Package: ParamHelpers
Title: Helpers for Parameters in Black-Box Optimization, Tuning and
Machine Learning
Description: Functions for parameter descriptions and operations in black-box
optimization, tuning and machine learning. Parameters can be described
(type, constraints, defaults, etc.), combined to parameter sets and can in
general be programmed on. A useful OptPath object (archive) to log function
evaluations is also provided.
Authors@R: c(person("Bernd", "Bischl", email = "bernd_bischl@gmx.net", role =
c("aut", "cre")), person("Michel", "Lang", email =
"michellang@gmail.com", role = "aut"), person("Jakob", "Bossek",
email = "j.bossek@gmail.com", role = "aut"), person("Daniel",
"Horn", email = "daniel.horn@tu-dortmund.de", role = "aut"), person("Karin",
"Schork", email = "karin.schork@tu-dortmund.de", role = "aut"))
URL: https://github.com/berndbischl/ParamHelpers
BugReports: https://github.com/berndbischl/ParamHelpers/issues
License: BSD_3_clause + file LICENSE
Imports: BBmisc (>= 1.9), checkmate (>= 1.6.1), methods
Suggests: akima, eaf, emoa, GGally, ggplot2, gridExtra, irace (>=
1.0.7), lhs, plyr, reshape2, soobench, testthat
LazyData: yes
ByteCompile: yes
Version: 1.7
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-03 16:18:55 UTC; bischl
Author: Bernd Bischl [aut, cre],
Michel Lang [aut],
Jakob Bossek [aut],
Daniel Horn [aut],
Karin Schork [aut]
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>
Repository: CRAN
Date/Publication: 2016-02-03 22:47:50

● 0 images, 60 functions, 0 datasets
Reverse Depends: 3

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ParamHelpers' ...
** package 'ParamHelpers' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c c_dfRowsToList.c -o c_dfRowsToList.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c c_generateDesign.c -o c_generateDesign.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ParamHelpers.so c_dfRowsToList.o c_generateDesign.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ParamHelpers/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'ParamHelpers'
    finding HTML links ... done
    LearnerParam                            html  
    OptPath                                 html  
    Param                                   html  
    addOptPathEl                            html  
    as.data.frame.OptPathDF                 html  
    convertParamSetToIrace                  html  
    dfRowsToList                            html  
    discreteNameToValue                     html  
    discreteValueToName                     html  
    dropParams                              html  
    extractParamSetFromSooFunction          html  
    filterParams                            html  
    generateDesign                          html  
    generateGridDesign                      html  
    generateRandomDesign                    html  
    getDefaults                             html  
    getLower                                html  
    getOptPathBestIndex                     html  
    getOptPathCol                           html  
    getOptPathCols                          html  
    getOptPathDOB                           html  
    getOptPathEOL                           html  
    getOptPathEl                            html  
    getOptPathErrorMessages                 html  
    getOptPathExecTimes                     html  
    getOptPathLength                        html  
    getOptPathParetoFront                   html  
    getOptPathX                             html  
    getOptPathY                             html  
    getParamIds                             html  
    getParamLengths                         html  
    getParamNr                              html  
    getParamTypeCounts                      html  
    getParamTypes                           html  
    hasFiniteBoxConstraints                 html  
    hasForbidden                            html  
    hasRequires                             html  
    hasTrafo                                html  
    hasType                                 html  
    isEmpty                                 html  
    isFeasible                              html  
    isForbidden                             html  
    isRequiresOk                            html  
    isType                                  html  
    makeParamSet                            html  
    paramValueToString                      html  
    plotEAF                                 html  
    plotOptPath                             html  
    plotYTraces                             html  
    removeMissingValues                     html  
    renderOptPathPlot                       html  
    renderYTraces                           html  
    repairPoint                             html  
    sampleValue                             html  
    sampleValues                            html  
    setOptPathElDOB                         html  
    setOptPathElEOL                         html  
    setValueCNames                          html  
    trafoOptPath                            html  
    trafoValue                              html  
** building package indices
** testing if installed package can be loaded
* DONE (ParamHelpers)
Making 'packages.html' ... done