-
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.
Proposal lookup API now allows Init*ErgmProposal.*() functions to ret…
…urn NULL, in which case the next eligible proposal down the list will be used. Specificly: * select_ergm_proposal() is now select_ergm_proposals(), returning a data frame of eligible proposals sorted by score in descending order. * ergm_proposal.ergm_conlist() now loops through the eligible proposals until one is not NULL. * ergm_proposal.character() now returns NULL if the Init*ErgmProposal.*() returned NULL. references #456
- Loading branch information
Showing
2 changed files
with
20 additions
and
10 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
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