Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 90e97f1

Browse files
feat: update run script
1 parent f0e45a1 commit 90e97f1

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

‎run_experiment.py

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,25 @@
134134
presets = [
135135
"random",
136136
"NSGAII",
137-
"MOSA",
137+
# "MOSA",
138138
"DynaMOSA",
139-
"SPEAII",
140-
"MOSASPEAII",
141-
"DynaMOSASPEAII"
139+
# "SPEAII",
140+
# "MOSASPEAII",
141+
# "DynaMOSASPEAII"
142+
# "SPEA2",
143+
# "DynaMOSASPEA2",
144+
# "DynaMOSASPEA2",
145+
# "DynaMOSASPEA2Highest",
146+
# "DynaMOSASPEA2Sum",
147+
"DynaMOSA-no-type",
148+
"DynaMOSA-prob",
149+
"DynaMOSA-prob-all",
150+
"DynaMOSA-prob-dyn",
151+
"DynaMOSA-prob-pool",
152+
"DynaMOSA-ranked",
153+
"DynaMOSA-ranked-all",
154+
"DynaMOSA-ranked-dyn",
155+
"DynaMOSA-ranked-pool"
142156
]
143157

144158
configurations = []
@@ -154,7 +168,7 @@
154168

155169
def call_script(args):
156170
(name, iteration, preset, project, filepath) = args
157-
command = "docker run -it --name {} -e target_root_directory={} -e include={} -e preset={} syntest-brp-2023-{}".format(name, project, filepath, preset, config)
171+
command = "docker run -it --name {} -e target_root_directory={} -e include={} -e preset={} -e time=180 syntest-brp-2023-{}".format(name, project, filepath, preset, config)
158172
print("Starting command with configuration: {} {} {} {} {}".format(name, iteration, preset, project, filepath))
159173
result = subprocess.call(command, shell=True)
160174
print("Completed command with configuration: {} {} {} {} {}".format(name, iteration, preset, project, filepath))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /