-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_ising.yaml
More file actions
65 lines (64 loc) · 1.44 KB
/
test_ising.yaml
File metadata and controls
65 lines (64 loc) · 1.44 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
experimentConfig:
writeConfigs: True
generateJobs: True
submitJobs: True
submitFailedJobs: True
executeJobs: True
collectJobs: True
binaryLocation: /work/workspace/scratch/hd_wv385-neuralsampling-0/hysterese/bin/neuralsampler
envfileLocation: /work/workspace/scratch/hd_wv385-neuralsampling-0/hysterese/load_env_withmpl.sh
filesToRemove: []
eta: 600.
Config:
neuronType: log
synapseType: synapseType
nupdates: 200000
randomSeed: 42434343
randomSkip: 1000000
tauref: tau
tausyn: tau
delay: 1
outputScheme: MeanActivity
networkUpdateScheme: update
outputEnv: True
temperature:
type: Const
times: [0, 100000001]
values: [T, T]
externalCurrent:
type: Const
times: [0, 10010000]
values: [0., 0.]
network:
etaFunction: ising.eta
problemName: ising.create_nn_singleinitial
parameters:
linearsize: ls
dimension: 2
weight: w
meanactivity: 0.5
zerostatetau: 10001
onestatetau: 0
rseed: rseed
weightnoise: 0.
biasnoise: 0.
biasfactor: 0.
biasoffset: b
analysis:
analysisFunction: ising.analysis_mean
parameters:
subsampling: 1
burnin: 100000
experimentName: CriticalExpLukas000
replacements:
synapseType: [rect, exp]
tau: [100]
update: [InOrder]
w: [0.0, 2.0, 4.0]
b: [-2.0, ]
rseed: [42424242, ]
ls: [10, ]
T: [1.6, ]
rules:
network_parameters_onestatetau: [1.5, Config_tausyn]
Config_synapseType: [==, rect]