FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

kingaa/subplex: Subplex Optimization Algorithm · GitHub

/ subplex Public

Repository files navigation

subplex

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

HTML
PDF

About

Subplex Optimization Algorithm

Topics

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL