| Alternative 1 | |
|---|---|
| Accuracy | 65.6% |
| Cost | 849 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.9 \cdot 10^{-87}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.3 \cdot 10^{-96} \lor \neg \left(x \leq 2.2 \cdot 10^{-72}\right) \land x \leq 1.55 \cdot 10^{-36}:\\
\;\;\;\;-4 \cdot \left(z \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]