| Alternative 1 | |
|---|---|
| Accuracy | 71.4% |
| Cost | 6984 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.8 \cdot 10^{-25}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq 46000:\\
\;\;\;\;\sqrt{z} \cdot \left(0.5 \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot x\\
\end{array}
\]