| Alternative 1 |
|---|
| Accuracy | 60.8% |
|---|
| Cost | 1313 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.6 \cdot 10^{-15}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq -7 \cdot 10^{-41}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq -7.2 \cdot 10^{-98}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq 1.56 \cdot 10^{-71}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 430000000000:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq 1.95 \cdot 10^{+50} \lor \neg \left(x \leq 1.22 \cdot 10^{+191}\right) \land x \leq 3.2 \cdot 10^{+266}:\\
\;\;\;\;x \cdot \left(-y\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot z\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 83.8% |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.45 \cdot 10^{-16} \lor \neg \left(x \leq -5.2 \cdot 10^{-41}\right) \land \left(x \leq -1.65 \cdot 10^{-97} \lor \neg \left(x \leq 3.3 \cdot 10^{-72}\right)\right):\\
\;\;\;\;x \cdot \left(z - y\right)\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 60.4% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.6 \cdot 10^{-18}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq -6 \cdot 10^{-40}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq -1.8 \cdot 10^{-97}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq 1.56 \cdot 10^{-71}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x \cdot z\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 75.2% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -5.8 \cdot 10^{+49}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;z \leq 1.8 \cdot 10^{+17}:\\
\;\;\;\;y \cdot \left(1 - x\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 97.9% |
|---|
| Cost | 576 |
|---|
\[x \cdot z + y \cdot \left(1 - x\right)
\]