fix: warning non-binary, search hold
This commit is contained in:
parent
33dd36290d
commit
d56e863736
1 changed files with 8 additions and 8 deletions
16
guoyi.run
16
guoyi.run
|
@ -289,7 +289,7 @@ if(argnumber>2)
|
||||||
ienum;
|
ienum;
|
||||||
else
|
else
|
||||||
if (ntax<=74)
|
if (ntax<=74)
|
||||||
mult=replic 1000 tbr hold 1000;
|
mult=replic 1000 tbr hold 10;
|
||||||
bbreak=tbr fill;
|
bbreak=tbr fill;
|
||||||
else
|
else
|
||||||
if (ntax>74)
|
if (ntax>74)
|
||||||
|
@ -299,7 +299,7 @@ if(argnumber>2)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if (ntax<=74)
|
if (ntax<=74)
|
||||||
mult=replic 1000 tbr hold 1000;
|
mult=replic 1000 tbr hold 10;
|
||||||
bbreak=tbr fill;
|
bbreak=tbr fill;
|
||||||
else
|
else
|
||||||
sect: slack 40;
|
sect: slack 40;
|
||||||
|
@ -307,10 +307,10 @@ if(argnumber>2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
mult=replic 1000 tbr hold 1000;
|
mult=replic 1000 tbr hold 10;
|
||||||
bbreak=tbr fill;
|
bbreak=tbr fill;
|
||||||
if (ntax>74)
|
if (ntax>74)
|
||||||
sect: slack 1000;
|
sect: slack 40;
|
||||||
xmult=hit 50 replications 20 drift 10 ratchet 10 fuse 10 hold 1 keepall;
|
xmult=hit 50 replications 20 drift 10 ratchet 10 fuse 10 hold 1 keepall;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -353,13 +353,13 @@ if (argnumber<=5)
|
||||||
set contree ntrees;
|
set contree ntrees;
|
||||||
|
|
||||||
/*calculate relative bremer support*/
|
/*calculate relative bremer support*/
|
||||||
bs ]!! 'contree' ;
|
bs ]!! 0;
|
||||||
|
|
||||||
/*set the br value float*/
|
/*set the br value float*/
|
||||||
macfloat 1;
|
macfloat 1;
|
||||||
|
|
||||||
/*calculate bremer support*/
|
/*calculate bremer support*/
|
||||||
bsupport !! 'contree';
|
bsupport !! 0;
|
||||||
|
|
||||||
/*choose final tree*/
|
/*choose final tree*/
|
||||||
tchoose/;
|
tchoose/;
|
||||||
|
@ -390,7 +390,7 @@ else
|
||||||
|
|
||||||
if(( %6 == 0.1 )||( %6 == 0.3 )||( %6==1.1 )||( %6 ==1.3 )||( %6 == 2.1 )||( %6 == 2.3 )||( %6 == 3.1 )||( %6 == 3.3 )||( %6 == 4.1 )||( %6 == 4.3 )||( %6 == 5.1 )||( %6 == 5.3 )||( %6 == 6.1 )||( %6 == 6.3 )||( %6 == 7.1 )||( %6 == 7.3 ))
|
if(( %6 == 0.1 )||( %6 == 0.3 )||( %6==1.1 )||( %6 ==1.3 )||( %6 == 2.1 )||( %6 == 2.3 )||( %6 == 3.1 )||( %6 == 3.3 )||( %6 == 4.1 )||( %6 == 4.3 )||( %6 == 5.1 )||( %6 == 5.3 )||( %6 == 6.1 )||( %6 == 6.3 )||( %6 == 7.1 )||( %6 == 7.3 ))
|
||||||
/*calculate relative bremer support*/
|
/*calculate relative bremer support*/
|
||||||
bs ]!! 'contree';
|
bs ]!! 0;
|
||||||
end
|
end
|
||||||
|
|
||||||
if(( %6 == 0.2 )||( %6 == 0.3 )||( %6==1.2 )||( %6 ==1.3 )||( %6 == 2.2 )||( %6 == 2.3 )||( %6 == 3.2 )||( %6 == 3.3 )||( %6 == 4.2 )||( %6 == 4.3 )||( %6 == 5.2 )||( %6 == 5.3 )||( %6 == 6.2 )||( %6 == 6.3 )||( %6 == 7.2 )||( %6 == 7.3 ))
|
if(( %6 == 0.2 )||( %6 == 0.3 )||( %6==1.2 )||( %6 ==1.3 )||( %6 == 2.2 )||( %6 == 2.3 )||( %6 == 3.2 )||( %6 == 3.3 )||( %6 == 4.2 )||( %6 == 4.3 )||( %6 == 5.2 )||( %6 == 5.3 )||( %6 == 6.2 )||( %6 == 6.3 )||( %6 == 7.2 )||( %6 == 7.3 ))
|
||||||
|
@ -399,7 +399,7 @@ else
|
||||||
macfloat 1;
|
macfloat 1;
|
||||||
|
|
||||||
/*calculate bremer support*/
|
/*calculate bremer support*/
|
||||||
bsupport !! 'contree';
|
bsupport !! 0;
|
||||||
end
|
end
|
||||||
|
|
||||||
/*choose final tree*/
|
/*choose final tree*/
|
||||||
|
|
Loading…
Reference in a new issue