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.5)optim.functions_0.1.zip(r-4.4)optim.functions_0.1.zip(r-4.3)
optim.functions_0.1.tgz(r-4.4-any)optim.functions_0.1.tgz(r-4.3-any)
optim.functions_0.1.tar.gz(r-4.5-noble)optim.functions_0.1.tar.gz(r-4.4-noble)
optim.functions_0.1.tgz(r-4.4-emscripten)optim.functions_0.1.tgz(r-4.3-emscripten)
optim.functions.pdf |optim.functions.html✨
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 8 years agofrom:efc63eb325. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
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 |