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