ergm icon indicating copy to clipboard operation
ergm copied to clipboard

Augment the proposal selection API to allow more rejection in the form of a function?

Open krivit opened this issue 2 years ago • 0 comments

Currently, selection is based on class, reference, constraints/hints, priority, and shorthand weight. It may make sense to also allow a proposal to specify a function that takes as its arguments various information about the distribution and manipulates it arbitrarily, returning an adjustment to the proposal's priority, including -Inf to disqualify.

This could allow the proposal selection process to be more fine-grained and depend on, say, the exact arguments to the constraints and, for valued ERGMs, to the references. For example, a valued TNT proposal can self-disqualify if the range of values does not include 0.

krivit avatar May 22 '22 13:05 krivit