Implements various search algorithms within a unified paradigm (so far, mostly anytime tree search algorithms). see this thesis for more information about anytime tree search algorithms.
Some examples are available for various problems. For some of them, the DOGS implementation is state-of-the-art.
sudo apt install -y linux-tools-common linux-tools-generic
cargo install flamegraph
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
Cargo.toml
:
rust
[profile.release]
debug = true
cargo flamegraph ARGUMENTS
. For instance (SOP): cargo flamegraph insts/R.700.1000.15.sop 30
firefox flamegraph.svg