Skip to content
Joseph Ramsey edited this page May 17, 2024 · 332 revisions

Forthcoming changes for 7.6.5

  1. Pulled the version of FASK used in publication from the repository so that FASK results from those papers can be replicated. The parameters were adjusted a bit.
  2. Added the experimental BFCI-SB (score-based) algorithm for the latent-variable case. BFCI takes both a test and a score as input; BFCI-SB substitutes score-based steps for the steps in BFCI to yield a score-based algorithm.
  3. Expanded the offerings of the Paths dialog in the Graph box.
  4. Added more path types to the Paths dialog.
  5. Added adjustment sets to the Paths dialog, with the capacity to check to see if a given set is an adjustment set. This is still unfinished.
  6. Added a parameter editor to the Paths dialog.
  7. Fixed a bug in the semidirected path code (and other recursive path-finding codes) that allowed a node to be repeated on a path.