Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
smortezah committed Apr 5, 2020
1 parent c89db95 commit 2ce6302
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions experiment/result/RefXL.TarXL.pos
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##SMASH++
##PARAM=<-r dataset/synth/RefXL -t dataset/synth/TarXL -rm 14,0,0.001,0.95 -d 10002 -f 200 -m 1000000 -nr -dp>
##PARAM=<-r dataset/synth/RefXL -t dataset/synth/TarXL -l 0 -d 1000 -f 300>
##INFO=<Ref=RefXL,RefSize=100000000,Tar=TarXL,TarSize=100000000>
#RBeg REnd RRelRdn RRdn TBeg TEnd TRelRdn TRdn Inv
0 24994998 0.5646 0.0000 0 24914982 0.8330 0.0000 F
75004998 100000000 0.1288 0.0000 50160030 74824962 0.2793 0.0000 F
50040006 74934984 0.1206 0.0000 49889976 25115022 0.2846 0.0000 T
24914982 49829964 0.1633 0.0000 100000000 75225042 0.3264 0.0000 T
0 24978000 0.5008 2.2693 0 24970000 0.7390 2.2661 F
74990000 100000000 0.0988 2.1693 50013000 74994000 0.2678 2.1691 F
50008000 75003000 0.1041 2.1693 49975000 25010000 0.2779 2.1691 T
24988000 50000000 0.1437 2.2693 100000000 75014000 0.3175 2.2692 T
2 changes: 1 addition & 1 deletion experiment/result/bench.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Method,Dataset,Cat,Size.B,Memory.KB,Elapsed.s,User.s,System.s
Smash++,Small,Synthetic,3000,1053528,6.95,1.76,5.22
Smash++,Medium,Synthetic,200000,1053328,5.11,1.45,3.68
Smash++,Large,Synthetic,10000000,1055860,16.06,12.2,3.73
Smash++,XLarge,Synthetic,200000000,1102292,322.31,311.8,7.81
Smash++,XLarge,Synthetic,200000000,1126892,88.61,78.67,7.95
Smash++,Mutate,Synthetic,120000,1053308,2.93,0.87,2.06
Smash++,GGA18_MGA20,Real,22419393,1062700,46.75,37.77,8.73
Smash++,GGA14_MGA16,Real,31542564,1067380,53.74,44.8,8.57
Expand Down
6 changes: 3 additions & 3 deletions experiment/xp.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
RUN_SYNTH_SMALL = False
RUN_SYNTH_MEDIUM = False
RUN_SYNTH_LARGE = False
RUN_SYNTH_XLARGE = False
RUN_SYNTH_XLARGE = True
RUN_SYNTH_MUTATE = False
RUN_SYNTH_COMPARE_SMASH = False
RUN_SYNTH_PERM_ORIGINAL = False
Expand Down Expand Up @@ -615,7 +615,6 @@ def __init__(self, key, comp=DEF_COMP):
if not os.path.exists(self.smashpp_exe.strip()):
self.smashpp_exe = 'bin' + sep + 'smashpp '

#todo self.par_viz bayad vase quan & qual joda bashe
def _config(self):
if self.key == 'synth_small':
if self.comp == QUANTITY:
Expand Down Expand Up @@ -648,7 +647,8 @@ def _config(self):
'-m 1000000 -nr -dp'
self.par_viz = '-p 1 -l 1 -w 13 -vv -nr -nrr -o XL_quan.svg'
elif self.comp == QUALITY:
self.par_main = '-l 3 -d 100 -f 275'
# self.par_main = '-l 3 -d 100 -f 275'
self.par_main = '-l 0 -d 1000 -f 300'
self.par_viz = '-p 1 -l 1 -w 13 -vv -stat -o XL.svg'
elif self.key == 'synth_mutate':
if self.comp == QUANTITY:
Expand Down

0 comments on commit 2ce6302

Please sign in to comment.