CRAN

GNE 0.99-2

Computation of Generalized Nash Equilibria

Released Aug 9, 2018 by Christophe Dutang

This package can be loaded by Renjin but 16 out 27 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

alabama 2015.3-1 BB 2014.10-1 nleqslv 3.3.2 SQUAREM 2017.10-1

Provide functions to compute standard and generalized Nash Equilibria. Optimization methods are available nonsmooth reformulation, fixed-point formulation, minimization problem and constrained-equation reformulation. See e.g. Kanzow and Facchinei (2010), .

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>GNE</artifactId>
    <version>0.99-2-b1</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:GNE')

Test Results

This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.

Source

R
C

View GitHub Mirror

Release History