| Alternative 1 |
|---|
| Accuracy | 51.3% |
|---|
| Cost | 1372 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(z \cdot \frac{-0.5}{y}\right)\\
t_1 := 0.5 \cdot \frac{x}{\frac{y}{x}}\\
\mathbf{if}\;z \leq -1.3 \cdot 10^{-36}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -2.5 \cdot 10^{-128}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -6.5 \cdot 10^{-271}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 8.2 \cdot 10^{-224}:\\
\;\;\;\;x \cdot \frac{x \cdot 0.5}{y}\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{-34}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 8.5 \cdot 10^{+15}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 3 \cdot 10^{+79}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 51.4% |
|---|
| Cost | 1372 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \frac{-0.5}{\frac{y}{z}}\\
t_1 := 0.5 \cdot \frac{x}{\frac{y}{x}}\\
\mathbf{if}\;z \leq -1.3 \cdot 10^{-36}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.85 \cdot 10^{-131}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -2.2 \cdot 10^{-269}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 1.5 \cdot 10^{-223}:\\
\;\;\;\;x \cdot \frac{x \cdot 0.5}{y}\\
\mathbf{elif}\;z \leq 1.6 \cdot 10^{-32}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 5 \cdot 10^{+15}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.02 \cdot 10^{+80}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 51.3% |
|---|
| Cost | 1372 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \frac{z}{\frac{y}{z}}\\
t_1 := 0.5 \cdot \frac{x}{\frac{y}{x}}\\
\mathbf{if}\;z \leq -1.15 \cdot 10^{-36}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.45 \cdot 10^{-130}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.05 \cdot 10^{-268}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 3.6 \cdot 10^{-223}:\\
\;\;\;\;x \cdot \frac{x \cdot 0.5}{y}\\
\mathbf{elif}\;z \leq 9.5 \cdot 10^{-38}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 1.5 \cdot 10^{+16}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 5.1 \cdot 10^{+79}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 51.3% |
|---|
| Cost | 1372 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \frac{z}{\frac{y}{z}}\\
\mathbf{if}\;z \leq -1.5 \cdot 10^{-37}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -2.9 \cdot 10^{-137}:\\
\;\;\;\;0.5 \cdot \frac{x}{\frac{y}{x}}\\
\mathbf{elif}\;z \leq -1.8 \cdot 10^{-270}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 7.7 \cdot 10^{-224}:\\
\;\;\;\;x \cdot \frac{x \cdot 0.5}{y}\\
\mathbf{elif}\;z \leq 1.16 \cdot 10^{-32}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;z \leq 2.2 \cdot 10^{+16}:\\
\;\;\;\;\frac{x \cdot \left(x \cdot 0.5\right)}{y}\\
\mathbf{elif}\;z \leq 1.16 \cdot 10^{+79}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 87.7% |
|---|
| Cost | 1364 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
t_1 := -0.5 \cdot \left(\left(z - x\right) \cdot \frac{x}{y} - y\right)\\
\mathbf{if}\;x \leq -2.3 \cdot 10^{-23}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 0.54:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3.8 \cdot 10^{+74}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 2 \cdot 10^{+101}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 5.4 \cdot 10^{+155}:\\
\;\;\;\;\left(z + x\right) \cdot \left(\left(x - z\right) \cdot \frac{0.5}{y}\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 84.8% |
|---|
| Cost | 905 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.1 \cdot 10^{-22} \lor \neg \left(x \leq 1.24 \cdot 10^{+113}\right):\\
\;\;\;\;-0.5 \cdot \left(\left(-y\right) - \frac{x}{\frac{y}{x}}\right)\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 84.7% |
|---|
| Cost | 904 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.65 \cdot 10^{-16}:\\
\;\;\;\;\left(z + x\right) \cdot \left(\left(x - z\right) \cdot \frac{0.5}{y}\right)\\
\mathbf{elif}\;x \leq 1.24 \cdot 10^{+113}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(\left(-y\right) - \frac{x}{\frac{y}{x}}\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 80.9% |
|---|
| Cost | 841 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.5 \cdot 10^{+101} \lor \neg \left(x \leq 1.24 \cdot 10^{+113}\right):\\
\;\;\;\;0.5 \cdot \frac{x}{\frac{y}{x}}\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 832 |
|---|
\[-0.5 \cdot \left(\left(z - x\right) \cdot \frac{z + x}{y} - y\right)
\]
| Alternative 10 |
|---|
| Accuracy | 52.4% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.65 \cdot 10^{-16} \lor \neg \left(x \leq 1.24 \cdot 10^{+113}\right):\\
\;\;\;\;0.5 \cdot \frac{x}{\frac{y}{x}}\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 52.3% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.2 \cdot 10^{-18}:\\
\;\;\;\;x \cdot \frac{x \cdot 0.5}{y}\\
\mathbf{elif}\;x \leq 1.24 \cdot 10^{+113}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot \frac{x}{\frac{y}{x}}\\
\end{array}
\]