-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The C implementation now uses khash to track the frequencies of statistics vectors. * This obviates the need to have a fixed hash table size, since it can grow dynamically. * It can now accept a constraints= argument and enforce dyad-independent constraints. * Some documentation improvements, including a merge with documentation of ergm.exact(). * ergm.exact() now also takes a constraints= argument and has had its implementation cleaned up. fixes #540
- Loading branch information
Showing
4 changed files
with
197 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.