| Alternative 1 |
|---|
| Error | 0.19% |
|---|
| Cost | 6720 |
|---|
\[\frac{1}{1 + {\left(e^{-2}\right)}^{\left(\frac{\frac{x}{s}}{2}\right)}}
\]
| Alternative 2 |
|---|
| Error | 0.19% |
|---|
| Cost | 3456 |
|---|
\[\frac{1}{e^{\frac{-x}{s}} + 1}
\]
| Alternative 3 |
|---|
| Error | 33.56% |
|---|
| Cost | 1640 |
|---|
\[\begin{array}{l}
t_0 := \frac{-x}{s}\\
t_1 := x \cdot \frac{0.5}{s}\\
t_2 := \frac{x}{s} \cdot \left(1 - t_1\right)\\
\mathbf{if}\;t_0 \leq -2:\\
\;\;\;\;0.5\\
\mathbf{elif}\;t_0 \leq 19999999961012896000:\\
\;\;\;\;\frac{1}{4 + \left(\frac{x}{s} \cdot \left(t_1 + -1\right)\right) \cdot t_2} \cdot \left(2 + t_2\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{2}{\frac{\frac{x \cdot x}{s}}{s}}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 36.31% |
|---|
| Cost | 708 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq -2:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\left(2 - \frac{x}{s}\right) + x \cdot \left(\frac{x}{s} \cdot \frac{0.5}{s}\right)}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 36.31% |
|---|
| 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 6 |
|---|
| Error | 36.9% |
|---|
| Cost | 612 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 0.5:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{2 + \frac{x}{\frac{s \cdot \left(-s\right)}{x}} \cdot -0.5}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 38.46% |
|---|
| Cost | 516 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 2:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{0.5 \cdot \frac{x \cdot x}{s \cdot s}}\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 38.28% |
|---|
| Cost | 516 |
|---|
\[\begin{array}{l}
\mathbf{if}\;-x \leq 9.999999998199587 \cdot 10^{-24}:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{2 + 0.5 \cdot \frac{x \cdot x}{s \cdot s}}\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 41.63% |
|---|
| Cost | 452 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 2:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;2 \cdot \left(s \cdot \frac{\frac{s}{x}}{x}\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 38.86% |
|---|
| Cost | 452 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{-x}{s} \leq 2:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;2 \cdot \frac{s \cdot s}{x \cdot x}\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 50.34% |
|---|
| 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 12 |
|---|
| Error | 51.88% |
|---|
| Cost | 356 |
|---|
\[\begin{array}{l}
t_0 := \frac{-x}{s}\\
\mathbf{if}\;t_0 \leq 2:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{t_0}\\
\end{array}
\]
| Alternative 13 |
|---|
| Error | 53.7% |
|---|
| Cost | 196 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.999999969612645 \cdot 10^{-9}:\\
\;\;\;\;\frac{-s}{x}\\
\mathbf{else}:\\
\;\;\;\;0.5\\
\end{array}
\]