Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LIN Julien
sho
Commits
c9163230
Commit
c9163230
authored
Nov 09, 2021
by
Julien Lin
Browse files
fix las issue
parent
747feb78
Changes
4
Hide whitespace changes
Inline
Side-by-side
eaf.py
View file @
c9163230
...
...
@@ -61,10 +61,9 @@ def main(eaf_args=None):
fig
=
plt
.
figure
()
ax3
=
fig
.
add_subplot
(
121
)
plt
.
title
(
f
"
{
the
.
solver
}
, threshold
{
the
.
quality_threshold
}
"
)
for
i
in
range
(
1
,
buff
.
shape
[
0
]):
ax3
.
step
(
t
,
buff
[
i
])
plt
.
step
(
t
,
buff
[
i
])
# ax4 = fig.add_subplot(122, projection="3d")
# plt.title(f"{the.solver}, thresholds : {the.quality_threshold}")
...
...
num_evolutionary_660_670_675_680.png
0 → 100644
View file @
c9163230
27 KB
num_sim_anneal_660_670_675_680.png
0 → 100644
View file @
c9163230
27.2 KB
snp.py
View file @
c9163230
...
...
@@ -384,7 +384,7 @@ def get_constant_objectiv_func(the):
def
get_coef_objective_func
(
the
):
return
the
.
nb_selected
*
the
.
nb_offspring
if
the
.
solver
==
"num_evolutionary"
else
1
return
the
.
nb_offspring
if
the
.
solver
==
"num_evolutionary"
else
1
if
__name__
==
"__main__"
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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