-
Notifications
You must be signed in to change notification settings - Fork 7
Hyper parameters
Alexandros Koliousis edited this page Oct 18, 2021
·
7 revisions
| Hyper-parameter: default value | Type & range | Description |
|---|---|---|
device: "cpu" |
{"cpu", "gpu"} |
test |
op: null |
String; | test |
seed: 0 |
Integer; | test |
epsilon: 0.0 |
Float; | test |
trials: 10 |
Integer; | test |
lowerupper: 0.99 |
Float; | test |
upperlower: 0.50 |
Float; | test |
mistrust: 0.0 |
Float; | test |
antiupdating: False |
Boolean; True or False
|
test |
init.kind: "uniform" |
String | test |
init.uniform.lower: 0.0 |
Float; | test |
init.uniform.upper: 1.0 |
Float; | test |
init.gaussian.mean: 0.0 |
Float; | test |
init.gaussian.std: 1.0 |
Float; | test |
init.gaussian.lower: -2.0 |
Float; | test |
init.gaussian.upper: 2.0 |
Float; | test |
init.gaussian.attempts: 4 |
Integer; | test |
init.constant.value: null |
Float; | test |
network.kind: null |
String; | test |
network.size: null |
Integer; | test |
network.directed: False |
Boolean; True or False
|
test |
network.selfloop: True |
Boolean; True or False
|
test |
network.random.seed: null |
Integer; | test |
network.random.probability: 1.0 |
Float; | test |
network.wattsstrogatz.knn: 2 |
Integer; | test |
network.wattsstrogatz.seed: null |
Integer; | test |
network.wattsstrogatz.tries: 100 |
Integer; | test |
network.wattsstrogatz.probability: 1.0 |
Float; | test |
network.barabasialbert.attachments: 1 |
Integer; | test |
network.barabasialbert.seed: null |
Integer; | test |
network.snap.name: null |
String; | test |
network.ogb.name: "collab" |
String; | test |
logging.enabled: True |
Boolean; True or False
|
test |
logging.interval: 1 |
Integer; | test |
simulation.results: "auto" |
String; | test |
simulation.repeats: 1 |
Integer; | test |
simulation.steps: 0 |
Integer; | test |