MCPcopy Create free account

hub / github.com/chelsea0x3b/synthesis / functions

Functions167 in github.com/chelsea0x3b/synthesis

↓ 16 callersMethodnode
(&self, node_id: NodeId)
synthesis/src/mcts.rs:155
↓ 14 callersMethodinto
(self)
synthesis/src/mcts.rs:11
↓ 14 callersMethodstep
(&mut self, action: &Self::Action)
synthesis/src/mcts.rs:642
↓ 11 callersMethodplayer
(&self)
synthesis/src/mcts.rs:618
↓ 8 callersMethodchildren_of
(&self, node: &Node<G, N>)
synthesis/src/mcts.rs:163
↓ 7 callersMethodreward
(&self, player_id: Self::PlayerId)
synthesis/src/mcts.rs:626
↓ 6 callersMethodapply
(&self, x: f32)
slimnn/src/activations.rs:34
↓ 6 callersMethoditer_actions
(&self)
synthesis/src/mcts.rs:636
↓ 6 callersMethodnode
(&self, node_id: NodeId)
synthesis/src/evaluator.rs:339
↓ 6 callersMethodreversed
(&self)
synthesis/src/game.rs:29
↓ 5 callersFunctionadd_pgn_result
( pgn: &mut File, white_name: &String, black_name: &String, white_reward: f32, )
synthesis/src/utils.rs:32
↓ 5 callersMethodlast_child
(&self)
synthesis/src/mcts.rs:86
↓ 5 callersMethodmut_nodes
(&mut self, first_child: NodeId, last_child: NodeId)
synthesis/src/mcts.rs:168
↓ 4 callersFunctiondecode
(s: String)
base65536/src/lib.rs:40
↓ 4 callersMethodexplore
(&mut self)
synthesis/src/mcts.rs:310
↓ 4 callersMethodis_unvisited
(&self)
synthesis/src/evaluator.rs:268
↓ 4 callersMethodtarget_policy
(&self, search_policy: &mut [f32; N])
synthesis/src/mcts.rs:174
↓ 4 callersFunctiontensor
(data: &[T], dims: &[i64], kind: tch::Kind)
synthesis/src/data.rs:66
↓ 4 callersMethodwon
(&self, player: PlayerId)
synthesis/src/mcts.rs:567
↓ 3 callersMethodbackprop
(&mut self, leaf_node_id: NodeId, mut outcome_probs: [f32; 3], mut solved: bool)
synthesis/src/mcts.rs:429
↓ 3 callersMethodbackprop
(&mut self, leaf_node_id: NodeId, mut value: f32, mut solved: bool)
synthesis/src/evaluator.rs:482
↓ 3 callersFunctionbytes_to_floats
(bytes: Vec<u8>)
slimnn/src/loading.rs:3
↓ 3 callersFunctioncalculate_ratings
(dir: &PathBuf)
synthesis/src/utils.rs:55
↓ 3 callersMethodmut_node
(&mut self, node_id: NodeId)
synthesis/src/mcts.rs:159
↓ 3 callersMethodmut_node
(&mut self, node_id: NodeId)
synthesis/src/evaluator.rs:343
↓ 3 callersMethodnext
(&self)
synthesis/src/mcts.rs:510
↓ 3 callersMethodnext
(&self)
study-connect4/src/connect4.rs:29
↓ 3 callersFunctionplot_ratings
(dir: &PathBuf)
synthesis/src/utils.rs:74
↓ 3 callersMethodq
(&self)
synthesis/src/mcts.rs:42
↓ 3 callersFunctionsave_str
(path: &PathBuf, filename: &'static str, value: &String)
synthesis/src/utils.rs:12
↓ 3 callersMethodvalue
(&self)
synthesis/src/game.rs:37
↓ 2 callersMethodadd
(&mut self, game: &G, pi: &[f32; N], v: [f32; 3])
synthesis/src/data.rs:151
↓ 2 callersMethodadd_dirichlet_noise
(&mut self, rng: &mut R, alpha: f32, noise_weight: f32)
synthesis/src/mcts.rs:241
↓ 2 callersMethodapply_1d
(&self, x: &[f32; N])
slimnn/src/activations.rs:52
↓ 2 callersMethodbest_action
(&self, action_selection: ActionSelection)
synthesis/src/mcts.rs:273
↓ 2 callersMethodchildren_of
(&self, node: &Node<G, N>)
synthesis/src/evaluator.rs:347
↓ 2 callersMethodcurr_steps
(&self)
synthesis/src/data.rs:147
↓ 2 callersFunctionencode
(bytes: &[u8])
base65536/src/lib.rs:26
↓ 2 callersMethodeval
(&mut self, game: &G)
synthesis/src/policies/cache.rs:22
↓ 2 callersFunctioneval_against_old
( cfg: &EvaluationConfig, p1: &mut P, p2: &mut P, )
synthesis/src/evaluator.rs:131
↓ 2 callersFunctioneval_against_rollout_mcts
( cfg: &EvaluationConfig, policy: &mut P, player: G::PlayerId, opponent_explores: usize, s
synthesis/src/evaluator.rs:163
↓ 2 callersMethodexplore_n
(&mut self, n: usize)
synthesis/src/mcts.rs:139
↓ 2 callersMethodis_over
(&self)
synthesis/src/mcts.rs:622
↓ 2 callersMethodis_over
(&self)
study-connect4/src/connect4.rs:195
↓ 2 callersMethodis_unsolved
(&self)
synthesis/src/evaluator.rs:278
↓ 2 callersMethodlast_child
(&self)
synthesis/src/evaluator.rs:283
↓ 2 callersMethodmark_solved
(&mut self, outcome: Outcome)
synthesis/src/mcts.rs:97
↓ 2 callersMethodmark_solved
(&mut self, outcome: Outcome)
synthesis/src/evaluator.rs:294
↓ 2 callersMethodmut_nodes
(&mut self, first_child: NodeId, last_child: NodeId)
synthesis/src/evaluator.rs:352
↓ 2 callersMethodnext
(&mut self)
synthesis/src/data.rs:44
↓ 2 callersFunctionserialize_tensor
(t: &tch::Tensor)
export/src/main.rs:27
↓ 2 callersMethodsolution
(&self, action: &G::Action)
synthesis/src/mcts.rs:296
↓ 2 callersMethodvisit
(&mut self, node_id: NodeId)
synthesis/src/mcts.rs:374
↓ 2 callersMethodvisit
(&mut self, node_id: NodeId)
synthesis/src/evaluator.rs:437
↓ 2 callersMethodwinner
(&self)
study-connect4/src/connect4.rs:164
↓ 1 callersMethodaction
(&self)
synthesis/src/mcts.rs:66
↓ 1 callersMethodadd_equalizing_noise
(&mut self, noise_weight: f32)
synthesis/src/mcts.rs:258
↓ 1 callersMethodadd_root_noise
(&mut self)
synthesis/src/mcts.rs:229
↓ 1 callersMethodapply_2d
(&self, x: &[[f32; W]; H])
slimnn/src/activations.rs:12
↓ 1 callersMethodbest_action
(&self, action_selection: ActionSelection)
synthesis/src/evaluator.rs:356
↓ 1 callersMethodcmp
(&self, other: &Self)
synthesis/src/game.rs:47
↓ 1 callersMethoddeduplicate
(&self)
synthesis/src/data.rs:196
↓ 1 callersMethodexploit_value
(&self, parent: &Node<G, N>, child: &Node<G, N>)
synthesis/src/mcts.rs:343
↓ 1 callersMethodexplore
(&mut self)
synthesis/src/evaluator.rs:382
↓ 1 callersMethodexplore_n
(&mut self, n: usize)
synthesis/src/evaluator.rs:529
↓ 1 callersMethodexplore_value
(&self, parent: &Node<G, N>, child: &Node<G, N>)
synthesis/src/mcts.rs:361
↓ 1 callersMethodextend
(&mut self, other: &mut Self)
synthesis/src/data.rs:160
↓ 1 callersFunctionf32_to_bf16
(value: f32)
export/src/main.rs:8
↓ 1 callersMethodfeatures
(&self)
synthesis/src/mcts.rs:652
↓ 1 callersMethodfeatures
(&self)
study-connect4/src/connect4.rs:237
↓ 1 callersFunctionfill_state_info
(state_infos: &mut Vec<StateInfo>, mut outcome: Outcome)
synthesis/src/alpha_zero.rs:296
↓ 1 callersMethodforward
(&self, xs: &Tensor)
study-connect4/src/policies.rs:28
↓ 1 callersMethodforward
( &self, x: &[[[f32; W_IN]; H_IN]; NUM_CHAN_IN], )
slimnn/src/conv.rs:45
↓ 1 callersFunctiongit_diff
()
synthesis/src/utils.rs:26
↓ 1 callersFunctiongit_hash
()
synthesis/src/utils.rs:16
↓ 1 callersMethodinto
(self)
study-connect4/src/connect4.rs:133
↓ 1 callersMethodis_unvisited
(&self)
synthesis/src/mcts.rs:71
↓ 1 callersMethodis_visited
(&self)
synthesis/src/evaluator.rs:273
↓ 1 callersMethodkeep_last_n_games
(&mut self, n: usize)
synthesis/src/data.rs:172
↓ 1 callersFunctionmain
()
plot_ratings.py:6
↓ 1 callersMethodmark_visited
(&mut self, first_child: NodeId, num_children: u8)
synthesis/src/mcts.rs:91
↓ 1 callersMethodmark_visited
(&mut self, first_child: NodeId, num_children: u8)
synthesis/src/evaluator.rs:288
↓ 1 callersMethodnew_game
(&mut self)
synthesis/src/data.rs:129
↓ 1 callersMethodnext_node_id
(&self)
synthesis/src/mcts.rs:151
↓ 1 callersMethodnext_node_id
(&self)
synthesis/src/evaluator.rs:335
↓ 1 callersMethodprev
(&self)
synthesis/src/mcts.rs:506
↓ 1 callersFunctionrankings
(dir: &PathBuf)
synthesis/src/utils.rs:83
↓ 1 callersFunctionrun_game
( cfg: &RolloutConfig, policy: &mut P, rng: &mut R, buffer: &mut ReplayBuffer<G, N>, )
synthesis/src/alpha_zero.rs:229
↓ 1 callersFunctionsample_action
( cfg: &RolloutConfig, mcts: &mut MCTS<G, P, N>, game: &G, search_policy: &[f32], rng: &mu
synthesis/src/alpha_zero.rs:270
↓ 1 callersMethodselect_best_child
(&self, parent: &Node<G, N>)
synthesis/src/mcts.rs:327
↓ 1 callersMethodselect_best_child
(&mut self, node_id: NodeId)
synthesis/src/evaluator.rs:399
↓ 1 callersFunctionserialize_tensors
( variables: &HashMap<String, tch::Tensor>, path: P, )
export/src/main.rs:43
↓ 1 callersFunctionstore_rewards
( cfg: &RolloutConfig, buffer: &mut ReplayBuffer<G, N>, state_infos: &Vec<StateInfo>, )
synthesis/src/alpha_zero.rs:309
↓ 1 callersFunctionstyled_progress_bar
(n: usize)
synthesis/src/alpha_zero.rs:171
↓ 1 callersMethodtarget_q
(&self)
synthesis/src/mcts.rs:213
↓ 1 callersFunctiontrain_dir
(root: &'static str, tag: &'static str)
synthesis/src/utils.rs:7
↓ 1 callersFunctionwon
(bb: u64)
study-connect4/src/connect4.rs:77
Functionalpha_zero
( cfg: &LearningConfig, )
synthesis/src/alpha_zero.rs:16
Methodapply_1d
(&self, x: &[f32; N])
slimnn/src/activations.rs:4
Methodapply_3d
( &self, x: &[[[f32; I]; W]; H], )
slimnn/src/activations.rs:20
next →1–100 of 167, ranked by callers