| Alternative 1 |
|---|
| Accuracy | 52.5% |
|---|
| Cost | 1116 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.05 \cdot 10^{+82}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq -2.95 \cdot 10^{-211}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 8.2 \cdot 10^{-295}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 4 \cdot 10^{-180}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 3.5 \cdot 10^{-83}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 8.2 \cdot 10^{-13}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 8.5 \cdot 10^{+21}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 52.4% |
|---|
| Cost | 1116 |
|---|
\[\begin{array}{l}
t_0 := \frac{x}{3} \cdot 9\\
\mathbf{if}\;y \leq -1.2 \cdot 10^{+86}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq -1.2 \cdot 10^{-212}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.2 \cdot 10^{-293}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 4 \cdot 10^{-180}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 9.5 \cdot 10^{-83}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 6 \cdot 10^{-13}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 5.1 \cdot 10^{+23}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 76.5% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.4 \cdot 10^{+144}:\\
\;\;\;\;\frac{x}{3} \cdot 9\\
\mathbf{elif}\;x \leq 85000 \lor \neg \left(x \leq 2.35 \cdot 10^{+120}\right) \land x \leq 4.1 \cdot 10^{+208}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 85.5% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.2 \cdot 10^{+66} \lor \neg \left(z \leq 650\right):\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;x + 2 \cdot \left(x + y\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 85.5% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.4 \cdot 10^{+67} \lor \neg \left(z \leq 45000\right):\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3 + y \cdot 2\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 85.2% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.9 \cdot 10^{+83} \lor \neg \left(y \leq 2.45 \cdot 10^{+92}\right):\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;z + x \cdot 3\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 99.9% |
|---|
| Cost | 576 |
|---|
\[x + \left(z + 2 \cdot \left(x + y\right)\right)
\]
| Alternative 8 |
|---|
| Accuracy | 53.1% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4.8 \cdot 10^{+66}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 58000:\\
\;\;\;\;y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]