blib/lib/Optimization/NSGAII.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 39 | 46.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
633 | 0 | 1751162 | 428110 | $err1 == $err2 and $P1_dominate_P2_count == $M |
704 | 4104 | 1948 | 2105 | $rank->[0] == $rank->[1] and $Dist->[0] > $Dist->[1] |
1189 | 0 | 0 | 0 | $x < $xmax and $x > $xmin |
0 | 0 | 0 | $x < $xmax and $x > $xmin and $y < $ymax | |
0 | 0 | 0 | $x < $xmax and $x > $xmin and $y < $ymax and $y > $ymin | |
0 | 0 | 0 | $x < $xmax and $x > $xmin and $y < $ymax and $y > $ymin and $rank->[$kp] < $#nameFront |
line | l | !l | condition |
---|---|---|---|
904 | 0 | 23 | $par{'f_ineq'} // sub { return [0]; } |
906 | 23 | 0 | $par{'verboseFinal'} // 1 |
908 | 23 | 0 | $par{'distrib'} // [-1, "-0.5", 0, "0.5", 1] |
909 | 23 | 0 | $par{'scaleDistrib'} // 0 |
910 | 0 | 23 | $par{'percentMut'} // 5 |
912 | 0 | 23 | $par{'startPop'} // "nostartPop" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
633 | 0 | 428110 | 1751162 | $err1 < $err2 or $err1 == $err2 and $P1_dominate_P2_count == $M |
704 | 3943 | 2105 | 6052 | $rank->[0] < $rank->[1] or $rank->[0] == $rank->[1] and $Dist->[0] > $Dist->[1] |
792 | 0 | 9422 | 8728 | $#VP1 == 0 or rand 1 < "0.5" |