| Alternative 1 | |
|---|---|
| Accuracy | 73.1% |
| Cost | 849 |
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.1 \cdot 10^{-149}:\\
\;\;\;\;z \cdot -0.125\\
\mathbf{elif}\;z \leq 1.46 \cdot 10^{-68} \lor \neg \left(z \leq 2.9 \cdot 10^{-33}\right) \land z \leq 1.26 \cdot 10^{-5}:\\
\;\;\;\;y \cdot \left(x \cdot 0.5\right)\\
\mathbf{else}:\\
\;\;\;\;z \cdot -0.125\\
\end{array}
\]