Skip to content

Commit cebeda0

Browse files
Update author list
1 parent 9859274 commit cebeda0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ Package: ccdrAlgorithm
22
Title: CCDr Algorithm for Learning Sparse Gaussian Bayesian Networks
33
Version: 0.0.1
44
Date: 2016-08-08
5-
Authors@R: person("Bryon", "Aragam", email = "sparsebn@gmail.com", role = c("aut", "cre"))
5+
Authors@R: c(
6+
person("Bryon", "Aragam", email = "sparsebn@gmail.com", role = c("aut", "cre")),
7+
person("Dacheng", "Zhang", role = c("aut"))
8+
)
69
Maintainer: Bryon Aragam <sparsebn@gmail.com>
710
Description: Implementation of the CCDr (Concave penalized Coordinate Descent with reparametrization) structure learning algorithm as described in Aragam and Zhou (2015) <http://www.jmlr.org/papers/v16/aragam15a.html>. This is a fast, score-based method for learning Bayesian networks that uses sparse regularization and block-cyclic coordinate descent.
811
Depends:

0 commit comments

Comments
 (0)