CRAN

mcGlobaloptim 0.1

Global optimization using Monte Carlo and Quasi Monte Carlo simulation

Released Oct 12, 2013 by Thierry Moudiki

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

Dependencies

snow 0.3-13 randtoolbox 1.14

The package performs global optimization combining Monte Carlo and Quasi Monte Carlo simulation with a local search. \n The local searches can be easily speeded-up by using a network of local workstations.

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>mcGlobaloptim</artifactId>
    <version>0.1-b210</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:mcGlobaloptim')

Test Results

This package was last tested against Renjin 0.7.1563 on Sep 15, 2015.

Source

R

View GitHub Mirror

Release History