No description
crates | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.txt | ||
README.md |
Pivot-SAW
Pivot self avoiding walk
How to run it
Visualization
The visualization can be run using the command cargo run --release
in the directory crates/visualization
.
Analysis
You can run the analysis by executing the following two commands in the directory crates/analysis
:
cargo run --release
which generatesanalysis.csv
julia --project main.jl
which generatesanalysis.png