| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 10080 |
|---|
\[\frac{1}{\left(1 + e^{\frac{x}{s}}\right) \cdot \left(s + \frac{s}{{e}^{\left(\frac{x}{s}\right)}}\right)}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 6880 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\frac{1}{\left(1 + t_0\right) \cdot \left(s + \frac{s}{t_0}\right)}
\end{array}
\]
| Alternative 3 |
|---|
| Error | 1.5 |
|---|
| Cost | 6688 |
|---|
\[\frac{\frac{0.5}{s}}{1 + e^{\frac{\left|x\right|}{s}}}
\]
| Alternative 4 |
|---|
| Error | 1.6 |
|---|
| Cost | 6656 |
|---|
\[\frac{e^{\frac{-\left|x\right|}{s}}}{s \cdot 4}
\]
| Alternative 5 |
|---|
| Error | 1.3 |
|---|
| Cost | 4196 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\mathbf{if}\;x \leq -2.0000000390829628 \cdot 10^{-25}:\\
\;\;\;\;\frac{1}{\left(s + \frac{s}{t_0}\right) \cdot \left(\frac{x}{s} + 2\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\left(1 + t_0\right) \cdot \left(s + \frac{s}{\left(1 + \frac{1}{\frac{s}{x}}\right) + \frac{0.5}{\frac{s}{\frac{x}{\frac{s}{x}}}}}\right)}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 1.2 |
|---|
| Cost | 4132 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\mathbf{if}\;x \leq 4.000000094968912 \cdot 10^{-33}:\\
\;\;\;\;\frac{1}{\left(s + \frac{s}{t_0}\right) \cdot \left(\frac{x}{s} + 2\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\left(1 + t_0\right) \cdot \left(s + \frac{s}{\left(1 + \frac{x}{s}\right) + 0.5 \cdot \frac{x}{\frac{s \cdot s}{x}}}\right)}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 1.1 |
|---|
| Cost | 3812 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\mathbf{if}\;x \leq -3.999999964390316 \cdot 10^{-37}:\\
\;\;\;\;\frac{1}{\left(s + \frac{s}{t_0}\right) \cdot \left(\frac{x}{s} + 2\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\left(1 + t_0\right) \cdot \left(s + \frac{s}{1 + \frac{x}{s}}\right)}\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 1.1 |
|---|
| Cost | 3812 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\mathbf{if}\;x \leq -3.999999964390316 \cdot 10^{-37}:\\
\;\;\;\;\frac{1}{\left(s + \frac{s}{t_0}\right) \cdot \left(\frac{x}{s} + 2\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{-1}{-1 - t_0}}{s + \frac{s}{1 + \frac{x}{s}}}\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 1.4 |
|---|
| Cost | 3748 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\mathbf{if}\;x \leq 4.000000094968912 \cdot 10^{-33}:\\
\;\;\;\;\frac{1}{\left(s + \frac{s}{t_0}\right) \cdot \left(\frac{x}{s} + 2\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{0.5}{s \cdot \left(1 + t_0\right)}\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 1.9 |
|---|
| Cost | 3556 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\mathbf{if}\;x \leq -2.0000000390829628 \cdot 10^{-25}:\\
\;\;\;\;t_0 \cdot \frac{0.25}{s}\\
\mathbf{else}:\\
\;\;\;\;\frac{0.5}{s \cdot \left(1 + t_0\right)}\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 1.5 |
|---|
| Cost | 3556 |
|---|
\[\begin{array}{l}
t_0 := e^{\frac{x}{s}}\\
\mathbf{if}\;x \leq -3.999999964390316 \cdot 10^{-37}:\\
\;\;\;\;\frac{0.5}{s + \frac{s}{t_0}}\\
\mathbf{else}:\\
\;\;\;\;\frac{0.5}{s \cdot \left(1 + t_0\right)}\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 2.2 |
|---|
| Cost | 3492 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 4.000000094968912 \cdot 10^{-33}:\\
\;\;\;\;e^{\frac{x}{s}} \cdot \frac{0.25}{s}\\
\mathbf{elif}\;x \leq 2.000000026702864 \cdot 10^{-10}:\\
\;\;\;\;\frac{0.5}{s \cdot \left(\left(\frac{x}{s} + 2\right) + 0.5 \cdot \frac{x}{\frac{s \cdot s}{x}}\right)}\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}
\]
| Alternative 13 |
|---|
| Error | 3.1 |
|---|
| Cost | 812 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.9999999920083944 \cdot 10^{-12}:\\
\;\;\;\;0\\
\mathbf{elif}\;x \leq 4.000000094968912 \cdot 10^{-33}:\\
\;\;\;\;\frac{\frac{1}{s}}{4 - \frac{x}{\frac{s}{x} \cdot \left(-s\right)}}\\
\mathbf{elif}\;x \leq 2.000000026702864 \cdot 10^{-10}:\\
\;\;\;\;\frac{0.5}{s \cdot \left(\left(\frac{x}{s} + 2\right) + 0.5 \cdot \frac{x}{\frac{s \cdot s}{x}}\right)}\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}
\]
| Alternative 14 |
|---|
| Error | 3.5 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.9999999920083944 \cdot 10^{-12}:\\
\;\;\;\;0\\
\mathbf{elif}\;x \leq 2.000000026702864 \cdot 10^{-10}:\\
\;\;\;\;\frac{\frac{1}{s}}{4 - \frac{x}{\frac{s}{x} \cdot \left(-s\right)}}\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}
\]
| Alternative 15 |
|---|
| Error | 4.2 |
|---|
| Cost | 552 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.9999999920083944 \cdot 10^{-12}:\\
\;\;\;\;0\\
\mathbf{elif}\;x \leq 2.000000026702864 \cdot 10^{-10}:\\
\;\;\;\;\frac{\frac{1}{s}}{4 + \frac{x}{s} \cdot \frac{x}{s}}\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}
\]
| Alternative 16 |
|---|
| Error | 4.6 |
|---|
| Cost | 232 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.999999960041972 \cdot 10^{-13}:\\
\;\;\;\;0\\
\mathbf{elif}\;x \leq 4.999999980020986 \cdot 10^{-12}:\\
\;\;\;\;\frac{0.25}{s}\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}
\]