Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
watcag-public
fpga-syspart
Commits
b0769dfc
Commit
b0769dfc
authored
Jun 30, 2020
by
harry1080ti
Browse files
small fix
parent
710c927e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
optimization_algo/scripts/sweep_nets_cma_sq.sh
optimization_algo/scripts/sweep_nets_cma_sq.sh
+8
-8
No files found.
optimization_algo/scripts/sweep_nets_cma_sq.sh
View file @
b0769dfc
...
...
@@ -15,7 +15,7 @@ declare -a max_ress=(17280 34560 51840)
#trial, popsize, res_unit, seeding_type" > ../resulting_csv/cma.csv
# for i in {0..2};
for
i
in
{
1
..7
}
;
for
i
in
{
0
..7
}
;
do
net
=
${
nets
[
$i
]
}
for
partitions
in
`
seq
3
${
max_partitions
[
$i
]
}
`
;
...
...
@@ -31,13 +31,13 @@ do
for
res_unit
in
${
max_ress
[
$j
]
}
;
do
echo
$net
$partitions
$popsize
$res_unit
$strate
python3 ../approaches/cma_approach_square_size.py
\
${
net
}
\
${
partitions
}
\
${
popsize
}
\
${
res_unit
}
\
${
strategy
}
\
${
target
}
#
python3 ../approaches/cma_approach_square_size.py \
#
${net} \
#
${partitions} \
#
${popsize} \
#
${res_unit} \
#
${strategy} \
#
${target}
done
done
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment