| Alternative 1 | |
|---|---|
| Accuracy | 75.4% |
| Cost | 7576 |
\[\begin{array}{l}
t_0 := 0.5 \cdot \frac{y}{{z}^{-0.5}}\\
\mathbf{if}\;x \leq -1.1 \cdot 10^{+50}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq -850000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -2.3 \cdot 10^{-34}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq 750000000000:\\
\;\;\;\;0.5 \cdot \left(y \cdot \sqrt{z}\right)\\
\mathbf{elif}\;x \leq 4.5 \cdot 10^{+52}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq 3.85 \cdot 10^{+65}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot x\\
\end{array}
\]