code wiki / (root) / sketch_epsilon_greedy_test.nx

sketch_epsilon_greedy_test.nx

buildroot/runtime/sketch_epsilon_greedy_test.nx

5084 B152 linesdepth 5pulls 7 transitivereach 0 importersview sourcekind gate/prooftopic sketch
docsdependenciesstructsconstsfunctions

about

sketch_epsilon_greedy_test.nx -- epsilon-greedy bandit verification.

dependencies 3 imports · 0 importers

syscalls.nx sketch_epsilon_greedy.nx sketch_types.nx sketch_epsilon_greedy_test.nx

imports: syscalls.nxsketch_epsilon_greedy.nxsketch_types.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

7func iabs(x: i64) -> i64 {
12func reward_for(arm: i64, pull_idx: i64) -> i64 {
22func main() -> i64 {