CRAN

optimization 1.0-7

Flexible Optimization of Complex Loss Functions with State and Parameter Space Constraints

Released Oct 24, 2017 by Kai Husmann

This package can be loaded by Renjin but all tests failed.

Dependencies

Rcpp colorspace 1.3-2

Flexible optimizer with numerous input specifications for detailed parameterisation. Designed for complex loss functions with state and parameter space constraints. Visualization tools for validation and analysis of the convergence are included.

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>optimization</artifactId>
    <version>1.0-7-b14</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:optimization')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R
C++

View GitHub Mirror

Release History