| Alternative 1 |
|---|
| Accuracy | 88.6% |
|---|
| Cost | 1484 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{if}\;x \cdot x \leq 5 \cdot 10^{-158}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 4 \cdot 10^{-29}:\\
\;\;\;\;0.5 \cdot \left(y + x \cdot \frac{x}{y}\right)\\
\mathbf{elif}\;x \cdot x \leq 2 \cdot 10^{+29}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z - x}{\frac{y}{x}} - y\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 88.5% |
|---|
| Cost | 1484 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \cdot x \leq 5 \cdot 10^{-158}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z - x}{y \cdot \frac{1}{z}} - y\right)\\
\mathbf{elif}\;x \cdot x \leq 4 \cdot 10^{-29}:\\
\;\;\;\;0.5 \cdot \left(y + x \cdot \frac{x}{y}\right)\\
\mathbf{elif}\;x \cdot x \leq 2 \cdot 10^{+29}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z - x}{\frac{y}{x}} - y\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 63.3% |
|---|
| Cost | 1372 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \left(z \cdot \frac{z}{y}\right)\\
\mathbf{if}\;y \leq -2.9 \cdot 10^{-26}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -4.4 \cdot 10^{-170}:\\
\;\;\;\;\left(x \cdot x\right) \cdot \frac{0.5}{y}\\
\mathbf{elif}\;y \leq 4.2 \cdot 10^{-196}:\\
\;\;\;\;-0.5 \cdot \frac{z}{\frac{y}{z}}\\
\mathbf{elif}\;y \leq 9.5 \cdot 10^{-131}:\\
\;\;\;\;\frac{x \cdot x}{y \cdot 2}\\
\mathbf{elif}\;y \leq 6 \cdot 10^{-89}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 7.6 \cdot 10^{+36}:\\
\;\;\;\;0.5 \cdot \left(z + y\right)\\
\mathbf{elif}\;y \leq 7.4 \cdot 10^{+70}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 88.6% |
|---|
| Cost | 1357 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \cdot x \leq 5 \cdot 10^{-158} \lor \neg \left(x \cdot x \leq 4 \cdot 10^{-29}\right) \land x \cdot x \leq 2 \cdot 10^{+29}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot \left(y + x \cdot \frac{x}{y}\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 63.4% |
|---|
| Cost | 1108 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \left(z \cdot \frac{z}{y}\right)\\
\mathbf{if}\;y \leq -7 \cdot 10^{-25}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -1 \cdot 10^{-170}:\\
\;\;\;\;\left(x \cdot x\right) \cdot \frac{0.5}{y}\\
\mathbf{elif}\;y \leq 1.35 \cdot 10^{-87}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 7.6 \cdot 10^{+36}:\\
\;\;\;\;0.5 \cdot \left(z + y\right)\\
\mathbf{elif}\;y \leq 7.4 \cdot 10^{+70}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 63.4% |
|---|
| Cost | 1108 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.15 \cdot 10^{-23}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -5 \cdot 10^{-171}:\\
\;\;\;\;\left(x \cdot x\right) \cdot \frac{0.5}{y}\\
\mathbf{elif}\;y \leq 3 \cdot 10^{-88}:\\
\;\;\;\;-0.5 \cdot \frac{z}{\frac{y}{z}}\\
\mathbf{elif}\;y \leq 7.6 \cdot 10^{+36}:\\
\;\;\;\;0.5 \cdot \left(z + y\right)\\
\mathbf{elif}\;y \leq 7.4 \cdot 10^{+70}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y}\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 63.5% |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(z \cdot \frac{-0.5}{y}\right)\\
\mathbf{if}\;y \leq -8.6 \cdot 10^{-27}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-88}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 7.6 \cdot 10^{+36}:\\
\;\;\;\;0.5 \cdot \left(z + y\right)\\
\mathbf{elif}\;y \leq 7.4 \cdot 10^{+70}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 63.5% |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := -0.5 \cdot \left(z \cdot \frac{z}{y}\right)\\
\mathbf{if}\;y \leq -8.6 \cdot 10^{-27}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq 6.2 \cdot 10^{-88}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 6.2 \cdot 10^{+36}:\\
\;\;\;\;0.5 \cdot \left(z + y\right)\\
\mathbf{elif}\;y \leq 7.4 \cdot 10^{+70}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 78.3% |
|---|
| Cost | 841 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 2.5 \cdot 10^{-31} \lor \neg \left(x \leq 5 \cdot 10^{-15}\right):\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{x \cdot x}{y \cdot 2}\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 78.3% |
|---|
| Cost | 840 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 2.5 \cdot 10^{-31}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{elif}\;x \leq 5 \cdot 10^{-15}:\\
\;\;\;\;\frac{x \cdot x}{y \cdot 2}\\
\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}{\frac{y}{x + z}} - y\right)
\]
| Alternative 12 |
|---|
| Accuracy | 58.2% |
|---|
| Cost | 320 |
|---|
\[0.5 \cdot \left(z + y\right)
\]