-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparams.yaml
More file actions
41 lines (41 loc) · 792 Bytes
/
params.yaml
File metadata and controls
41 lines (41 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
core_logic:
causal_edge_threshold: 0.03
validator_threshold: 0.4
consensus_momentum: 0.7
simgnn_epochs: 500
simgnn_batch_size: 32
simgnn_lr: 0.001
l1_sparsity_penalty: 0.0001
notears_lr: 0.02
notears_max_iter: 200
simgnn_diversity_prob: 0.8
server:
consensus_samples: 1000
batch_size: 32
hardware:
device: auto
simulation:
num_clients: 30
num_false_nodes: 5
num_rounds: 15
local_epochs: 5
batch_size: 32
ray_cpus_per_actor: 4
adversary_poison_fraction: 0.2
agent_env:
max_steps: 10
gamma: 0.99
ent_coef: 0.01
vf_coef: 0.5
max_grad_norm: 0.5
dataset:
name: asia
total_samples: 10000
seed: 42
vastai:
instance_id: '32888853'
fedneat:
population_size: 5
mutation_rate_node: 0.05
mutation_rate_conn: 0.1
mutation_rate_weight: 0.8