Package: optim.functions 0.1
optim.functions: Standard Benchmark Optimization Functions
A set of standard benchmark optimization functions for R and a common interface to sample them.
Authors:
optim.functions_0.1.tar.gz
optim.functions_0.1.zip(r-4.7)optim.functions_0.1.zip(r-4.6)optim.functions_0.1.zip(r-4.5)
optim.functions_0.1.tgz(r-4.6-any)optim.functions_0.1.tgz(r-4.5-any)
optim.functions_0.1.tar.gz(r-4.7-any)optim.functions_0.1.tar.gz(r-4.6-any)
optim.functions_0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
optim.functions/json (API)
| # Install 'optim.functions' in R: |
| install.packages('optim.functions', repos = c('https://gabysbrain.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:efc63eb325. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 175 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 118 | ||
| macos-oldrel-arm64 | OK | 131 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 67 | ||
| windows-oldrel | OK | 62 | ||
| wasm-release | OK | 106 |
Exports:cartesian.sampleget_infohalton.samplehexagonal.samplelh.samplerandom.samplesample.funcsobol.sampletorus.sample
Dependencies:cligluelhslifecyclemagrittrrandtoolboxRcpprlangrngWELLstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Lookup information about a function by name | get_info |
| optim.functions: A collection of standard optimization functions along with a standard interface to call and sample those functions. | optim.functions-package optim.functions |
| Unified function sampling interface. | sample.func |
| The sampling functions take (n, k) where n is the number of samples and k is the number of dimensions. The sampling functions should return samples in a 0-1 hypercube. sampling.func <- function(n, k) | cartesian.sample halton.sample hexagonal.sample lh.sample random.sample samplingf sobol.sample torus.sample |
