| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
install.packages("subplex",repos="https://kingaa.github.io/")
library(devtools)
install_github("kingaa/subplex")
| Back | FazBrowse Home | New Git URL |