:og:description: A score-based two-phase algorithm where the first phase aims to identify the possible parent sets, :footcite:t:`scanagatta2015learning`; :footcite:t:`scanagatta2018approximate`. The second phase performs an optimisation on a modification of the space of node orders introduced in :footcite:t:`teyssier2012ordering`, allowing edges from nodes of higher to lower order, provided that no cycles are introduced. :og:image:alt: Benchpress logo :og:sitename: Benchpress causal discovery platform :og:title: ASOBS (r.blip) .. meta:: :title: ASOBS (r.blip) :description: A score-based two-phase algorithm where the first phase aims to identify the possible parent sets, :footcite:t:`scanagatta2015learning`; :footcite:t:`scanagatta2018approximate`. The second phase performs an optimisation on a modification of the space of node orders introduced in :footcite:t:`teyssier2012ordering`, allowing edges from nodes of higher to lower order, provided that no cycles are introduced. .. _rblip_asobs: ASOBS (r.blip) *************** .. list-table:: * - Module name - `rblip_asobs `__ * - Package - `r.blip `__ * - Version - 1.1 * - Language - `R `__ * - Docs - `here `__ * - Paper - :footcite:t:`scanagatta2018approximate`, :footcite:t:`scanagatta2015learning`, :footcite:t:`teyssier2012ordering` * - Graph type - `DAG `__ * - MCMC - No * - Edge constraints - No * - Data type - D * - Data missingness - * - Intervention type - * - Docker - `bpimages/rblip:1.1 `__ Acyclic Selection Ordering-Based Search ------------------------------------------- A score-based two-phase algorithm where the first phase aims to identify the possible parent sets, :footcite:t:`scanagatta2015learning`; :footcite:t:`scanagatta2018approximate`. The second phase performs an optimisation on a modification of the space of node orders introduced in :footcite:t:`teyssier2012ordering`, allowing edges from nodes of higher to lower order, provided that no cycles are introduced. .. rubric:: Example JSON .. code-block:: json [ { "id": "winasobs-bdeu", "scorermethod": "is", "solvermethod": "winasobs", "indeg": 80, "timeout": 180, "allocated": 80, "scorefunction": "bdeu", "alpha": [ 0.001, 0.01, 0.1 ], "cores": 1, "verbose_level": 0 } ] .. footbibliography::