| Alternative 1 |
|---|
| Accuracy | 74.8% |
|---|
| Cost | 1105 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{if}\;y \leq -4 \cdot 10^{-171}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.05 \cdot 10^{-246}:\\
\;\;\;\;x \cdot \frac{x \cdot 0.5}{y}\\
\mathbf{elif}\;y \leq 1.6 \cdot 10^{-72} \lor \neg \left(y \leq 1.7 \cdot 10^{+58}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\frac{x \cdot \left(x \cdot 0.5\right)}{y}\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 74.8% |
|---|
| Cost | 1105 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{if}\;y \leq -3.9 \cdot 10^{-171}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7 \cdot 10^{-237}:\\
\;\;\;\;x \cdot \frac{x \cdot 0.5}{y}\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{-70} \lor \neg \left(y \leq 1.7 \cdot 10^{+58}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \frac{x \cdot \left(z - x\right)}{y}\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 88.7% |
|---|
| Cost | 905 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.3 \cdot 10^{-24} \lor \neg \left(x \leq 1.15 \cdot 10^{+34}\right):\\
\;\;\;\;-0.5 \cdot \left(\left(-y\right) - \frac{x}{\frac{y}{x}}\right)\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 88.7% |
|---|
| Cost | 904 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.02 \cdot 10^{-30}:\\
\;\;\;\;-0.5 \cdot \left(\left(z - x\right) \cdot \frac{x}{y} - y\right)\\
\mathbf{elif}\;x \leq 2.2 \cdot 10^{+34}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(\left(-y\right) - \frac{x}{\frac{y}{x}}\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 63.2% |
|---|
| Cost | 844 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.15 \cdot 10^{-101}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{-72}:\\
\;\;\;\;z \cdot \frac{z}{\frac{y}{-0.5}}\\
\mathbf{elif}\;y \leq 1.7 \cdot 10^{+58}:\\
\;\;\;\;\frac{x}{\frac{y}{x}} \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 63.0% |
|---|
| Cost | 844 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.15 \cdot 10^{-101}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{-74}:\\
\;\;\;\;z \cdot \frac{z}{\frac{y}{-0.5}}\\
\mathbf{elif}\;y \leq 1.7 \cdot 10^{+58}:\\
\;\;\;\;\frac{x \cdot \left(x \cdot 0.5\right)}{y}\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 832 |
|---|
\[-0.5 \cdot \left(\left(z - x\right) \cdot \frac{z + x}{y} - y\right)
\]
| Alternative 8 |
|---|
| Accuracy | 62.7% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.6 \cdot 10^{-168}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{+58}:\\
\;\;\;\;\frac{x}{\frac{y}{x}} \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]