entropy working

This commit is contained in:
Priec
2026-03-07 17:36:48 +01:00
commit 009e5c4925
6 changed files with 3025 additions and 0 deletions

10
hod_1/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "hod_1"
version = "0.1.0"
edition = "2024"
[dependencies]
burn = { version = "0.20.1", default-features = false, features = ["ndarray"] }
burn-ndarray = "0.20.1"
clap = { version = "4.5.60", features = ["derive"] }
ndarray = "0.17.2"