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