forked from Degiacomi-Lab/POW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_simple
86 lines (39 loc) · 819 Bytes
/
input_simple
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#######################
# Calculation Protocol#
#######################
steps 200
particles 80
repeat 1
repulsion on
kar_threshold 0.01
#######################
# Neighborhood #
#######################
neighborSize 1
neighborType indexed
#######################
# PSO behaviour #
#######################
inertiaMax 0.4
inertiaMin 0.1
cp 1.2
cn 1.4
#######################
# Boundary conditions #
#######################
boundaryMin -5.12 -5.12
boundaryMax 5.12 5.12
boundaryType 0 1
##################
# Postprocessing #
##################
#filter_threshold 2
#cluster_threshold 1
####################
# Other keywords #
####################
# frequency of writing a restart file
# not used right now
restart_freq 2
output log_simple.txt
fitnessFile Simple.py