| Alternative 1 | |
|---|---|
| Accuracy | 73.3% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.4 \cdot 10^{-44}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 10^{+19}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 6.8 \cdot 10^{+59}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 1.96 \cdot 10^{+93}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]