Skip to content

kingaa/subplex

Repository files navigation

subplex

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Development Release CRAN Status Last CRAN release date R-CMD-check binary-build test-coverage codecov CRAN mirror monthly downloads CRAN mirror total downloads Dependencies

An R package implementing the Subplex optimization algorithm

subplex solves unconstrained optimization problems using a simplex method on subspaces. The method is well suited for optimizing objective functions that are noisy or are discontinuous at the solution. The subplex algorithm is due to Tom Rowan, ORNL.

Binary install

install.packages("subplex",repos="http://kingaa.github.io/")

Source install

library(devtools)  
install_github("kingaa/subplex")

Package manual

HTML
PDF