| Alternative 1 |
|---|
| Accuracy | 73.2% |
|---|
| Cost | 7048 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5 \cdot 10^{+30}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq 6.8 \cdot 10^{+68}:\\
\;\;\;\;0.5 \cdot \frac{y}{{z}^{-0.5}}\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot \left(\left(x + 1\right) + -1\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 73.4% |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.3 \cdot 10^{+31}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq 2.9 \cdot 10^{+62}:\\
\;\;\;\;0.5 \cdot \left(y \cdot \sqrt{z}\right)\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot \left(\left(x + 1\right) + -1\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 6848 |
|---|
\[0.5 \cdot \left(x + y \cdot \sqrt{z}\right)
\]