Skip to content

kharazian/subplex

 
 

Repository files navigation

subplex

Build Status codecov Development Release CRAN Status CRAN RStudio mirror downloads

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="https://kingaa.github.io/")

Source install

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

Package manual

Download it here.

About

Subplex Optimization Algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 61.4%
  • R 14.9%
  • C++ 13.4%
  • Makefile 8.0%
  • Forth 1.5%
  • C 0.8%