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
dd9f919c
Commit
dd9f919c
authored
Nov 02, 2020
by
Justin Borromeo
Browse files
.
parent
30d5842d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
optimization_algo/approaches/cma_approach_square_size.py
optimization_algo/approaches/cma_approach_square_size.py
+2
-2
No files found.
optimization_algo/approaches/cma_approach_square_size.py
View file @
dd9f919c
...
...
@@ -166,8 +166,8 @@ class cma_approach(object):
packable solution.
"""
def
eva_hybrid_sq
(
self
,
layer
):
# res is a list correspond
ing
to
each
partition. res_step
is the
# minimum amount by which partition
size
increases.
# res is a list
where each element
correspond
s
to
a
partition. res_step
#
is the
minimum amount by which partition
edge length
increases.
res
=
[
self
.
res_step
]
*
self
.
k
latencies
=
[]
...
...
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