cargo workspace

pull/61/head
AlessandroBregoli 2 years ago
parent 2f5a80dccb
commit df99a2cf3e
  1. 21
      Cargo.toml
  2. 18
      reCTBN/Cargo.toml
  3. 0
      reCTBN/src/ctbn.rs
  4. 0
      reCTBN/src/lib.rs
  5. 0
      reCTBN/src/network.rs
  6. 0
      reCTBN/src/parameter_learning.rs
  7. 0
      reCTBN/src/params.rs
  8. 0
      reCTBN/src/sampling.rs
  9. 0
      reCTBN/src/structure_learning.rs
  10. 0
      reCTBN/src/structure_learning/constraint_based_algorithm.rs
  11. 0
      reCTBN/src/structure_learning/hypothesis_test.rs
  12. 0
      reCTBN/src/structure_learning/score_based_algorithm.rs
  13. 0
      reCTBN/src/structure_learning/score_function.rs
  14. 0
      reCTBN/src/tools.rs
  15. 0
      reCTBN/tests/ctbn.rs
  16. 0
      reCTBN/tests/parameter_learning.rs
  17. 0
      reCTBN/tests/params.rs
  18. 0
      reCTBN/tests/structure_learning.rs
  19. 0
      reCTBN/tests/tools.rs
  20. 0
      reCTBN/tests/utils.rs

@ -1,18 +1,5 @@
[package]
name = "reCTBN"
version = "0.1.0"
edition = "2021"
[workspace]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ndarray = {version="*", features=["approx-0_5"]}
thiserror = "*"
rand = "*"
bimap = "*"
enum_dispatch = "*"
statrs = "*"
rand_chacha = "*"
[dev-dependencies]
approx = { package = "approx", version = "0.5" }
members = [
"reCTBN",
]

@ -0,0 +1,18 @@
[package]
name = "reCTBN"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ndarray = {version="*", features=["approx-0_5"]}
thiserror = "*"
rand = "*"
bimap = "*"
enum_dispatch = "*"
statrs = "*"
rand_chacha = "*"
[dev-dependencies]
approx = { package = "approx", version = "0.5" }
Loading…
Cancel
Save