-
Notifications
You must be signed in to change notification settings - Fork 2
/
DefaultParameters.xml
45 lines (42 loc) · 1.63 KB
/
DefaultParameters.xml
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
<?xml version="1.0" encoding="utf-8" ?>
<!-- See parameters.fs file for explanation of each parameter-->
<Parameters
Horizon = "1.00"
LatencyPeriod = "0"
Cycles = "1000000000"
MillisecsPerCycle = "50"
NewTasksPerCycle = "500"
ActivationThreshold = "0.95"
PrimeActivation = "1.00"
PrimeThreshold = "0.25"
InferenceThreshold = "0.10"
ConceptActivationFrequency = "50.0"
InferenceTasksPerCycle = "2"
InferenceBeliefsPerCycle = "5"
TrailLength = "15"
ConceptCapacity = "1000000"
BeliefPoolCapacity = "25"
TaskPoolCapacity = "2"
InferenceActors = "30"
Confidence = "0.90"
Frequency = "1.00"
MinimumConfidence = "0.05"
STI = "0.25"
LTI = "0.25"
UserSTI = "0.75"
UserLTI = "0.95"
ConceptSelectionFactor = "5.00"
TaskSelectionFactor = "5.00"
BeliefSelectionFactor = "5.00"
CommandBufferMax = "50"
NovelTaskSelectionFactor = "1.00"
RazorParameter = "1.00"
DecisionThreshold = "0.50"
StatusUpdatePeriod = "1"
NewTasksPerThreadMax = "100"
NovelTaskExpectationThreshold = "0.90"
InferenceSearchDepth = "1.0"
DecayRate = "0.1"
TaskBagInsertionThreshold = "0.1"
BeliefBagInsertionThreshold = "0.1"
/>