| Alternative 1 | |
|---|---|
| Accuracy | 75.8% |
| Cost | 721 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.28 \cdot 10^{+20}:\\
\;\;\;\;-200 \cdot y\\
\mathbf{elif}\;y \leq -1.4 \cdot 10^{-55} \lor \neg \left(y \leq -4.1 \cdot 10^{-69}\right) \land y \leq 1.55 \cdot 10^{+43}:\\
\;\;\;\;200 \cdot x\\
\mathbf{else}:\\
\;\;\;\;-200 \cdot y\\
\end{array}
\]