CRAN

GADAG 0.99.0

A Genetic Algorithm for Learning Directed Acyclic Graphs

Released Apr 11, 2017 by Magali Champion

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

RcppArmadillo 0.8.500.0 MASS 7.3-50 Rcpp igraph 1.2.1

Sparse large Directed Acyclic Graphs learning with a combination of a convex program and a tailored genetic algorithm (see Champion et al. (2017) ).

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>GADAG</artifactId>
    <version>0.99.0-b17</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:GADAG')

Source

R
C
C++

View GitHub Mirror

Release History