| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 3456 |
|---|
\[\frac{1}{e^{\frac{-x}{s}} + 1}
\]
| Alternative 2 |
|---|
| Error | 11.7 |
|---|
| Cost | 708 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq -2:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\left(2 + x \cdot \frac{0.5}{s \cdot \frac{s}{x}}\right) - \frac{x}{s}}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 11.9 |
|---|
| Cost | 612 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 20:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{2 + \left(x \cdot \frac{x}{s \cdot \left(-s\right)}\right) \cdot -0.5}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 12.5 |
|---|
| Cost | 516 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 1000:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\frac{0.5 \cdot \left(x \cdot x\right)}{s \cdot s}}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 12.5 |
|---|
| Cost | 516 |
|---|
\[\begin{array}{l}
\mathbf{if}\;-x \leq 9.999999887266023 \cdot 10^{-27}:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{2 + 0.5 \cdot \frac{x \cdot x}{s \cdot s}}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 12.5 |
|---|
| Cost | 516 |
|---|
\[\begin{array}{l}
\mathbf{if}\;-x \leq 9.999999887266023 \cdot 10^{-27}:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{2 + \frac{\frac{x \cdot x}{2}}{s \cdot s}}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 13.5 |
|---|
| Cost | 452 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 20000000:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;2 \cdot \left(s \cdot \frac{s}{x \cdot x}\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 12.6 |
|---|
| Cost | 452 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 1000:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;2 \cdot \frac{s \cdot s}{x \cdot x}\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 16.2 |
|---|
| Cost | 388 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq -2:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{2 - \frac{x}{s}}\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 16.7 |
|---|
| Cost | 356 |
|---|
\[\begin{array}{l}
t_0 := \frac{-x}{s}\\
\mathbf{if}\;t_0 \leq 0.20000000298023224:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{t_0}\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 17.2 |
|---|
| Cost | 196 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.999999969612645 \cdot 10^{-9}:\\
\;\;\;\;\frac{-s}{x}\\
\mathbf{else}:\\
\;\;\;\;0.5\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 17.2 |
|---|
| Cost | 164 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.999999987376214 \cdot 10^{-7}:\\
\;\;\;\;\frac{s}{x}\\
\mathbf{else}:\\
\;\;\;\;0.5\\
\end{array}
\]