File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pip install flopsearch
1212In R, flopsearch can be installed directly from Github:
1313
1414``` r
15- install.packages(" https://github.com/CausalDisco/flopsearch/releases/download/v0.1.0 /flopsearch.tar.gz" )
15+ install.packages(" https://github.com/CausalDisco/flopsearch/releases/download/v0.1.1 /flopsearch.tar.gz" )
1616```
1717
1818This requires a working installation of the [ Rust toolchain] ( https://rust-lang.org/tools/install/ ) .
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ flopsearch provides an effective and easy-to-use causal discovery algorithm for
2525You can install the development version of flopsearch from [ GitHub] ( https://github.com/ ) with:
2626
2727``` r
28- install.packages(" https://github.com/CausalDisco/flopsearch/releases/download/v0.1.0 /flopsearch.tar.gz" )
28+ install.packages(" https://github.com/CausalDisco/flopsearch/releases/download/v0.1.1 /flopsearch.tar.gz" )
2929```
3030
3131This requires a working installation of the [ Rust toolchain] ( https://rust-lang.org/tools/install/ ) .
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can install the development version of flopsearch from
1616[ GitHub] ( https://github.com/ ) with:
1717
1818``` r
19- install.packages(" https://github.com/CausalDisco/flopsearch/releases/download/v0.1.0 /flopsearch.tar.gz" )
19+ install.packages(" https://github.com/CausalDisco/flopsearch/releases/download/v0.1.1 /flopsearch.tar.gz" )
2020```
2121
2222This requires a working installation of the [ Rust
2929library(flopsearch )
3030```
3131
32+ ## Citing FLOP
33+
34+ If you use FLOP in your scientific work, please cite this paper:
35+
36+ ``` bibtex
37+ @article{cifly2025,
38+ author = {Marcel Wien{"{o}}bst and Leonard Henckel and Sebastian Weichwald},
39+ title = {{Embracing Discrete Search: A Reasonable Approach to Causal Structure Learning}},
40+ journal = {{arXiv preprint arXiv:2510.04970}},
41+ year = {2025}
42+ }
43+ ```
44+
3245## Example
3346
3447A simple example run of the FLOP algorithm provided by flopsearch.
You can’t perform that action at this time.
0 commit comments