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
4523c8d1
Commit
4523c8d1
authored
Jun 30, 2020
by
LongChan
Browse files
done?
parent
2ac18b99
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6492 additions
and
2 deletions
+6492
-2
optimization_algo/approaches/cma_approach_square_size.py
optimization_algo/approaches/cma_approach_square_size.py
+1
-1
optimization_algo/resulting_csv/cma_logmore_sq.csv
optimization_algo/resulting_csv/cma_logmore_sq.csv
+6491
-1
No files found.
optimization_algo/approaches/cma_approach_square_size.py
View file @
4523c8d1
...
...
@@ -219,7 +219,7 @@ class cma_approach(object):
res_combintaions
=
[
0
]
*
self
.
es
.
popsize
pool
=
Pool
(
processes
=
1
)
#
cpu_count() - 4)
pool
=
Pool
(
processes
=
cpu_count
()
-
4
)
for
result
in
pool
.
imap_unordered
(
self
.
evaluation_top_level
,
id_list
):
scores
[
result
[
0
]]
=
result
[
1
]
if
result
[
1
]
>=
self
.
penalty_offest
:
...
...
optimization_algo/resulting_csv/cma_logmore_sq.csv
View file @
4523c8d1
This diff is collapsed.
Click to expand it.
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