MCPcopy Create free account

hub / github.com/chelsea0x3b/synthesis / functions

Functions167 in github.com/chelsea0x3b/synthesis

Methodcurr_games
(&self)
synthesis/src/data.rs:137
Methoddefault
()
slimnn/src/conv.rs:28
Methoddefault
()
slimnn/src/linear.rs:8
Methodeval
(&mut self, game: &G)
synthesis/src/policies/rollout.rs:9
Methodeval
(&mut self, env: &Connect4)
study-connect4/src/policies.rs:48
Functionevaluator
( cfg: &EvaluationConfig, )
synthesis/src/evaluator.rs:9
Methodexploit
( explores: usize, cfg: MCTSConfig, policy: &'a mut P, game: G, action
synthesis/src/mcts.rs:111
Methodexploit
( explores: usize, cfg: MCTSConfig, policy: &'a mut P, game: G, action
synthesis/src/evaluator.rs:308
Methodforward
(&self, x: &[f32; I])
slimnn/src/linear.rs:17
Methodfrom
(value: f32)
synthesis/src/game.rs:17
Methodfrom
(i: usize)
synthesis/src/mcts.rs:525
Methodfrom
(x: usize)
study-connect4/src/connect4.rs:127
Functiongather_experience
( cfg: &LearningConfig, policy_name: String, buffer: &mut ReplayBuffer<G, N>, seed: usize, )
synthesis/src/alpha_zero.rs:120
Methodhash
(&self, state: &mut H)
study-connect4/src/connect4.rs:117
Methodis_unsolved
(&self)
synthesis/src/mcts.rs:81
Methodis_visited
(&self)
synthesis/src/mcts.rs:76
Methoditer_actions
(&self)
study-connect4/src/connect4.rs:214
Functionlearn
( )
study-connect4/src/main.rs:11
Functionload_1d
(data: &mut [f32; N], params: String)
slimnn/src/loading.rs:17
Functionload_2d
(data: &mut [[f32; I]; O], params: String)
slimnn/src/loading.rs:24
Functionload_4d
( data: &mut [[[[f32; I]; J]; K]; L], params: String, )
slimnn/src/loading.rs:31
Functionmain
()
study-connect4/src/main.rs:94
Functionmain
()
export/src/main.rs:94
Functionmcts_vs_mcts
( cfg: &EvaluationConfig, player: G::PlayerId, p1_explores: usize, p2_explores: usize, see
synthesis/src/evaluator.rs:200
Methodnew
( x: &'a Tensor, y: &'a Tensor, z: &'a Tensor, batch_size: i64, drop_l
synthesis/src/data.rs:20
Methodnew
()
synthesis/src/mcts.rs:610
Methodnew
(vs: &nn::VarStore)
study-connect4/src/policies.rs:14
Methodnew
()
study-connect4/src/connect4.rs:182
Methodpartial_cmp
(&self, other: &Self)
synthesis/src/game.rs:63
Methodplayer
(&self)
study-connect4/src/connect4.rs:191
Methodprev
(&self)
study-connect4/src/connect4.rs:25
Methodprint
(&self)
synthesis/src/mcts.rs:670
Methodprint
(&self)
study-connect4/src/connect4.rs:260
Methodq
(turn: usize, q: [f32; 3])
synthesis/src/alpha_zero.rs:219
Methodreward
(&self, player_id: Self::PlayerId)
study-connect4/src/connect4.rs:199
Functionrun_n_games
( cfg: LearningConfig, policy_name: String, num_games: usize, progress_bar: ProgressBar, s
synthesis/src/alpha_zero.rs:181
Methodstep
(&mut self, action: &Self::Action)
study-connect4/src/connect4.rs:221
Functiontest_add_noise
()
synthesis/src/mcts.rs:834
Functiontest_channels
()
slimnn/src/conv.rs:93
Functiontest_cmp_outcome
()
synthesis/src/game.rs:95
Functiontest_d1_wins
()
study-connect4/src/connect4.rs:476
Functiontest_d2_wins
()
study-connect4/src/connect4.rs:487
Functiontest_diff_paddings
()
slimnn/src/conv.rs:447
Functiontest_draw
()
study-connect4/src/connect4.rs:337
Functiontest_encode
()
base65536/src/lib.rs:63
Functiontest_first_wins
()
study-connect4/src/connect4.rs:300
Functiontest_horz_wins
()
study-connect4/src/connect4.rs:450
Functiontest_linear
()
slimnn/src/linear.rs:106
Functiontest_ord_outcome
()
synthesis/src/game.rs:110
Functiontest_pad0_stride1
()
slimnn/src/conv.rs:158
Functiontest_pad1_stride1
()
slimnn/src/conv.rs:185
Functiontest_pad1_stride1_v2
()
slimnn/src/conv.rs:233
Functiontest_pad1_stride3
()
slimnn/src/conv.rs:275
Functiontest_partial_ord_outcome
()
synthesis/src/game.rs:125
Functiontest_relu_1d
()
slimnn/src/activations.rs:71
Functiontest_second_wins
()
study-connect4/src/connect4.rs:318
Functiontest_solve_draw
()
synthesis/src/mcts.rs:785
Functiontest_solve_loss
()
synthesis/src/mcts.rs:736
Functiontest_solve_win
()
synthesis/src/mcts.rs:691
Functiontest_vert_wins
()
study-connect4/src/connect4.rs:462
Methodtotal_games_played
(&self)
synthesis/src/data.rs:133
Methodtotal_steps
(&self)
synthesis/src/data.rs:143
Methodunvisited
( parent: NodeId, game: G, solution: Option<Outcome>, action: u8, acti
synthesis/src/mcts.rs:46
Methodunvisited
( parent: NodeId, game: G, solution: Option<Outcome>, action: u8, acti
synthesis/src/evaluator.rs:247
Methodwith_capacity
(capacity: usize, cfg: MCTSConfig, policy: &'a mut P, game: G)
synthesis/src/mcts.rs:123
Methodwith_capacity
(capacity: usize, cfg: MCTSConfig, policy: &'a mut P, game: G)
synthesis/src/evaluator.rs:320
Methodwith_capacity
(capacity: usize, policy: &'a mut P)
synthesis/src/policies/cache.rs:11
← previous101–167 of 167, ranked by callers