| Alternative 1 | |
|---|---|
| Accuracy | 74.8% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.8 \cdot 10^{+43}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -330:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;x \leq -6.4 \cdot 10^{-25}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.05 \cdot 10^{+17}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]