Skip to content
Snippets Groups Projects
Commit 74ab564a authored by Boucaut Marius's avatar Boucaut Marius
Browse files

Merge branch 'main' of gitlab-student.centralesupelec.fr:yi.zhong/ei

parents 8b043ea3 da683e86
No related branches found
No related tags found
No related merge requests found
......@@ -166,8 +166,8 @@ def generation():
plt.figure(5)
plt.plot(gen, moy, label='score moyenne')
plt.plot(gen, meilleur, label="score meilleur")
plt.xlabel('génration')
plt.ylabel('distance (log)')
plt.xlabel('génération')
plt.ylabel('score (log)')
plt.yscale('log')
plt.grid()
plt.legend()
......@@ -207,7 +207,7 @@ def main():
traj.write(args.filename+".png")
traj_final.draw(str(int(final_tab.distance(seq))))
traj_final.write("data/traj_final.png")
traj_final2.draw(str(int(math.sqrt(final_tab.distance(seq2)))))
traj_final2.draw(str(int(final_tab.distance(seq2))))
traj_final2.write("data/traj_final2.png")
print("time :", time.time()-time0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment