CRAN

optimsimplex 1.0-7

R Port of the 'Scilab' Optimsimplex Module

Released Feb 13, 2018 by Sebastien Bihorel

This package is available for Renjin and there are no known compatibility issues.

Dependencies

optimbase 1.0-9

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) , the method of Nelder and Mead (1965) , Box's algorithm for constrained optimization (1965) , the multi-dimensional search by Torczon (1989) , etc...

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>

View build log

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.