CRAN
optimsimplex 1.0-7
R Port of the 'Scilab' Optimsimplex Module
Released Feb 13, 2018 by Sebastien Bihorel
Dependencies
Provides a building block for optimization algorithms based on a simplex. The 'optimsimplex' package may be used in the following optimization methods: the simplex method of Spendley et al. (1962)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>optimsimplex</artifactId> <version>1.0-7-b5</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:optimsimplex')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.