NEWS


BGGM 2.1.5 (2024-12-22)

Bug Fixes and Improvements

C++ search Function

  1. Improved Initialization

    • The initial adjacency matrix now takes start_adj (the maximum likelihood solution) as the starting point to avoid inefficient sampling.
  2. Adaptive Sampling

    • The sampling of zeros and nonzeros is now adapted to the newly accepted adjacency matrix (adj_s) rather than the static start_adj.
  3. Efficiency Enhancements

    • Skip updates on rejection since the graph remains unchanged.
    • Use find_ids(adj_mat) instead of find_ids(start_adj) to ensure edge modifications are correctly tracked after acceptance.

Minor Changes:

BGGM 2.1.4 (2024-12-13)

BGGM 2.1.3 (2024-07-05)

BGGM 2.1.2 (2024-06-22)

BGGM 2.1.1 (2024-02-23)

BFpack dependency error fixed.

BGGM 2.0.1 (2020-07-23)

This version of BGGM included changes based on the JOSS reviews: see here for the overview and here for specific issues.

BGGM 2.0.0 (2020-05-31)

BGGM was almost completely rewritten for version 2.0.0. This was due to adding support for binary, ordinal, and mixed data, which required that the methods be written in c ++. Unfortunately, as a result, lots of code from version 1.0.0 is broken.

Added features

Extensions

BGGM 1.0.0 (2020-02-06)

Initial CRAN release