Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chelsea0x3b/synthesis
/ functions
Functions
167 in github.com/chelsea0x3b/synthesis
⨍
Functions
167
◇
Types & classes
41
Method
curr_games
(&self)
synthesis/src/data.rs:137
Method
default
()
slimnn/src/conv.rs:28
Method
default
()
slimnn/src/linear.rs:8
Method
eval
(&mut self, game: &G)
synthesis/src/policies/rollout.rs:9
Method
eval
(&mut self, env: &Connect4)
study-connect4/src/policies.rs:48
Function
evaluator
( cfg: &EvaluationConfig, )
synthesis/src/evaluator.rs:9
Method
exploit
( explores: usize, cfg: MCTSConfig, policy: &'a mut P, game: G, action
synthesis/src/mcts.rs:111
Method
exploit
( explores: usize, cfg: MCTSConfig, policy: &'a mut P, game: G, action
synthesis/src/evaluator.rs:308
Method
forward
(&self, x: &[f32; I])
slimnn/src/linear.rs:17
Method
from
(value: f32)
synthesis/src/game.rs:17
Method
from
(i: usize)
synthesis/src/mcts.rs:525
Method
from
(x: usize)
study-connect4/src/connect4.rs:127
Function
gather_experience
( cfg: &LearningConfig, policy_name: String, buffer: &mut ReplayBuffer<G, N>, seed: usize, )
synthesis/src/alpha_zero.rs:120
Method
hash
(&self, state: &mut H)
study-connect4/src/connect4.rs:117
Method
is_unsolved
(&self)
synthesis/src/mcts.rs:81
Method
is_visited
(&self)
synthesis/src/mcts.rs:76
Method
iter_actions
(&self)
study-connect4/src/connect4.rs:214
Function
learn
( )
study-connect4/src/main.rs:11
Function
load_1d
(data: &mut [f32; N], params: String)
slimnn/src/loading.rs:17
Function
load_2d
(data: &mut [[f32; I]; O], params: String)
slimnn/src/loading.rs:24
Function
load_4d
( data: &mut [[[[f32; I]; J]; K]; L], params: String, )
slimnn/src/loading.rs:31
Function
main
()
study-connect4/src/main.rs:94
Function
main
()
export/src/main.rs:94
Function
mcts_vs_mcts
( cfg: &EvaluationConfig, player: G::PlayerId, p1_explores: usize, p2_explores: usize, see
synthesis/src/evaluator.rs:200
Method
new
( x: &'a Tensor, y: &'a Tensor, z: &'a Tensor, batch_size: i64, drop_l
synthesis/src/data.rs:20
Method
new
()
synthesis/src/mcts.rs:610
Method
new
(vs: &nn::VarStore)
study-connect4/src/policies.rs:14
Method
new
()
study-connect4/src/connect4.rs:182
Method
partial_cmp
(&self, other: &Self)
synthesis/src/game.rs:63
Method
player
(&self)
study-connect4/src/connect4.rs:191
Method
prev
(&self)
study-connect4/src/connect4.rs:25
Method
print
(&self)
synthesis/src/mcts.rs:670
Method
print
(&self)
study-connect4/src/connect4.rs:260
Method
q
(turn: usize, q: [f32; 3])
synthesis/src/alpha_zero.rs:219
Method
reward
(&self, player_id: Self::PlayerId)
study-connect4/src/connect4.rs:199
Function
run_n_games
( cfg: LearningConfig, policy_name: String, num_games: usize, progress_bar: ProgressBar, s
synthesis/src/alpha_zero.rs:181
Method
step
(&mut self, action: &Self::Action)
study-connect4/src/connect4.rs:221
Function
test_add_noise
()
synthesis/src/mcts.rs:834
Function
test_channels
()
slimnn/src/conv.rs:93
Function
test_cmp_outcome
()
synthesis/src/game.rs:95
Function
test_d1_wins
()
study-connect4/src/connect4.rs:476
Function
test_d2_wins
()
study-connect4/src/connect4.rs:487
Function
test_diff_paddings
()
slimnn/src/conv.rs:447
Function
test_draw
()
study-connect4/src/connect4.rs:337
Function
test_encode
()
base65536/src/lib.rs:63
Function
test_first_wins
()
study-connect4/src/connect4.rs:300
Function
test_horz_wins
()
study-connect4/src/connect4.rs:450
Function
test_linear
()
slimnn/src/linear.rs:106
Function
test_ord_outcome
()
synthesis/src/game.rs:110
Function
test_pad0_stride1
()
slimnn/src/conv.rs:158
Function
test_pad1_stride1
()
slimnn/src/conv.rs:185
Function
test_pad1_stride1_v2
()
slimnn/src/conv.rs:233
Function
test_pad1_stride3
()
slimnn/src/conv.rs:275
Function
test_partial_ord_outcome
()
synthesis/src/game.rs:125
Function
test_relu_1d
()
slimnn/src/activations.rs:71
Function
test_second_wins
()
study-connect4/src/connect4.rs:318
Function
test_solve_draw
()
synthesis/src/mcts.rs:785
Function
test_solve_loss
()
synthesis/src/mcts.rs:736
Function
test_solve_win
()
synthesis/src/mcts.rs:691
Function
test_vert_wins
()
study-connect4/src/connect4.rs:462
Method
total_games_played
(&self)
synthesis/src/data.rs:133
Method
total_steps
(&self)
synthesis/src/data.rs:143
Method
unvisited
( parent: NodeId, game: G, solution: Option<Outcome>, action: u8, acti
synthesis/src/mcts.rs:46
Method
unvisited
( parent: NodeId, game: G, solution: Option<Outcome>, action: u8, acti
synthesis/src/evaluator.rs:247
Method
with_capacity
(capacity: usize, cfg: MCTSConfig, policy: &'a mut P, game: G)
synthesis/src/mcts.rs:123
Method
with_capacity
(capacity: usize, cfg: MCTSConfig, policy: &'a mut P, game: G)
synthesis/src/evaluator.rs:320
Method
with_capacity
(capacity: usize, policy: &'a mut P)
synthesis/src/policies/cache.rs:11
← previous
101–167 of 167, ranked by callers