aboutsummaryrefslogtreecommitdiff
path: root/beliefs/models/belief_update_node_model.py
Commit message (Expand)AuthorAgeFilesLines
* compute_pi_agg -> compute_and_update_pi_agg, compute_lambda_agg -> compute_an...Cathy Yeh2018-01-171-4/+4
* consolidate Node methods _init_factor_for_variable, _init_pi_received_msgs, i...Cathy Yeh2018-01-171-54/+25
* cleanup print statements, stale comments, minor TODOsCathy Yeh2017-12-141-78/+160
* implement explicit factor methods for compute_pi_agg and compute_lambda_msg_t...Cathy Yeh2017-12-131-11/+26
* Bernoulli Or/And Node access msg values by state namesCathy Yeh2017-12-131-24/+67
* clean up node class, simpler initializationCathy Yeh2017-12-131-34/+8
* change all msg datatypes from np.array -> DiscreteFactorCathy Yeh2017-12-131-41/+69
* PR commentsCathy Yeh2017-12-111-5/+9
* BernoulliAndNode with custom msg passing methodsCathy Yeh2017-12-081-0/+39
* PR commentsCathy Yeh2017-12-031-0/+315