• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版e5d6bc430e3dbfa2cc4b49ed027f57b889801493 (tree)
时间2017-10-27 22:19:17
作者Lorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I fixed the names of the output files.

更改概述

差异

diff -r 33cf28764056 -r e5d6bc430e3d Python-codes/iterate_compose_clusters.py
--- a/Python-codes/iterate_compose_clusters.py Fri Oct 27 12:02:41 2017 +0200
+++ b/Python-codes/iterate_compose_clusters.py Fri Oct 27 15:19:17 2017 +0200
@@ -758,7 +758,7 @@
758758 for j in xrange(len(cluster_list)):
759759 prefix="aggregate_number_%01d"%(j+1)
760760
761- prefix2="_generation_%01d"%(gen_count)
761+ prefix2="_generation_%01d"%(gen_count+n_gen)
762762
763763 filename="_.dat"
764764 filename=prefix+prefix2+filename
@@ -781,8 +781,8 @@
781781
782782
783783 kf=1.3
784-df= 1.8 # 1.8
785-epsi=0.001
784+df= 1.6 # 1.8
785+epsi= 0.001
786786 n_steps=8000 #with the first algorithm, it is the number of failed attempts
787787 #to stitch together the two clusters after which
788788 #I rotate the cluster whose CM I keep fixed in the origin.