| Alternative 1 |
|---|
| Accuracy | 63.8% |
|---|
| Cost | 1108 |
|---|
\[\begin{array}{l}
t_0 := \frac{x}{\frac{y}{x}} \cdot 0.5\\
t_1 := -0.5 \cdot \frac{z}{\frac{y}{z}}\\
\mathbf{if}\;y \leq -5 \cdot 10^{-8}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -1.8 \cdot 10^{-157}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{-240}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 6.2 \cdot 10^{-136}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{-113}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 63.9% |
|---|
| Cost | 1108 |
|---|
\[\begin{array}{l}
t_0 := \frac{x}{\frac{y}{x}} \cdot 0.5\\
\mathbf{if}\;y \leq -5 \cdot 10^{-8}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -9 \cdot 10^{-146}:\\
\;\;\;\;z \cdot \frac{z \cdot -0.5}{y}\\
\mathbf{elif}\;y \leq 1.05 \cdot 10^{-240}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.6 \cdot 10^{-136}:\\
\;\;\;\;-0.5 \cdot \frac{z}{\frac{y}{z}}\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-112}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 63.9% |
|---|
| Cost | 1108 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5 \cdot 10^{-8}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -2.05 \cdot 10^{-143}:\\
\;\;\;\;z \cdot \frac{z \cdot -0.5}{y}\\
\mathbf{elif}\;y \leq 9.2 \cdot 10^{-241}:\\
\;\;\;\;-0.5 \cdot \left(\left(z - x\right) \cdot \frac{x}{y}\right)\\
\mathbf{elif}\;y \leq 10^{-136}:\\
\;\;\;\;-0.5 \cdot \frac{z}{\frac{y}{z}}\\
\mathbf{elif}\;y \leq 1.4 \cdot 10^{-112}:\\
\;\;\;\;\frac{x}{\frac{y}{x}} \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 89.2% |
|---|
| Cost | 969 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3 \cdot 10^{-48} \lor \neg \left(z \leq 2.8 \cdot 10^{-18}\right):\\
\;\;\;\;-0.5 \cdot \left(\left(x + z\right) \cdot \frac{z}{y} - y\right)\\
\mathbf{else}:\\
\;\;\;\;\left(y + \frac{x}{\frac{y}{x}}\right) \cdot 0.5\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 89.2% |
|---|
| Cost | 969 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.9 \cdot 10^{-48} \lor \neg \left(z \leq 5.3 \cdot 10^{-20}\right):\\
\;\;\;\;-0.5 \cdot \left(\left(x + z\right) \cdot \frac{z}{y} - y\right)\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z - x}{\frac{y}{x}} - y\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 63.6% |
|---|
| Cost | 844 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -7 \cdot 10^{-8}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -1.6 \cdot 10^{-147}:\\
\;\;\;\;\left(z \cdot z\right) \cdot \frac{-0.5}{y}\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-112}:\\
\;\;\;\;x \cdot \left(x \cdot \frac{0.5}{y}\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 63.7% |
|---|
| Cost | 844 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5 \cdot 10^{-8}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -2.4 \cdot 10^{-145}:\\
\;\;\;\;\left(z \cdot z\right) \cdot \frac{-0.5}{y}\\
\mathbf{elif}\;y \leq 7.8 \cdot 10^{-113}:\\
\;\;\;\;x \cdot \frac{x}{y \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 63.6% |
|---|
| Cost | 844 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5 \cdot 10^{-8}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -4.8 \cdot 10^{-150}:\\
\;\;\;\;\left(z \cdot z\right) \cdot \frac{-0.5}{y}\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-112}:\\
\;\;\;\;\frac{x}{\frac{y}{x}} \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 78.5% |
|---|
| Cost | 841 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.9 \cdot 10^{-246} \lor \neg \left(y \leq 5.8 \cdot 10^{-255}\right):\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(\left(z - x\right) \cdot \frac{x}{y}\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 89.3% |
|---|
| Cost | 836 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \cdot z \leq 5 \cdot 10^{-40}:\\
\;\;\;\;\left(y + \frac{x}{\frac{y}{x}}\right) \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 832 |
|---|
\[-0.5 \cdot \left(\frac{z - x}{y} \cdot \left(x + z\right) - y\right)
\]
| Alternative 12 |
|---|
| Accuracy | 63.7% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.35 \cdot 10^{-109}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq 1.4 \cdot 10^{-112}:\\
\;\;\;\;x \cdot \left(x \cdot \frac{0.5}{y}\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]