Changeset 305 for trunk/documentation/Test Functions/TestFunctions.tex
- Timestamp:
- 06/06/08 12:51:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/Test Functions/TestFunctions.tex
r303 r305 21 21 \section*{Ackley Function} 22 22 \begin{equation*} 23 f(x) = 20 + e - 20 \cdot e^{ \frac{1}{5} \sqrt{\frac{1}{n} \sum_{i=1}^n x_i^2}} - e^{\frac{1}{n} \sum_{i=1}^n \cos(2 \pi x_i)}23 f(x) = 20 + e - 20 \cdot e^{-\frac{1}{5} \sqrt{\frac{1}{n} \sum_{i=1}^n x_i^2}} - e^{\frac{1}{n} \sum_{i=1}^n \cos(2 \pi x_i)} 24 24 \end{equation*} 25 25 … … 30 30 \textbf{Global Optimum:} \> $f(x) = 0.0$ at $x = (0.0, 0.0, \dots, 0.0)$ \\ 31 31 \textbf{Operator:} \> AckleyEvaluator \\ 32 \textbf{Chart :}\> \\32 \textbf{Charts:} \> \\ 33 33 \end{tabbing} 34 34 35 35 \begin{center} 36 \includegraphics[width=0.6\textwidth]{Images/Ackley} 36 \includegraphics[width=0.45\textwidth]{Images/Ackley_large} 37 \hfill 38 \includegraphics[width=0.45\textwidth]{Images/Ackley_small} 37 39 \end{center} 38 40 39 \section*{ BealeFunction}41 \section*{Griewangk Function} 40 42 \begin{equation*} 41 f(x) = (1.5 - x_1 (1 - x_2))^2 + (2.25 - x_1 (1 - x_2^2))^2 + (2.625 - x_1 (1 - x_2^3))^243 f(x) = 1 + \sum_{i=1}^n \frac{x_i^2}{4000} - \prod_{i=1}^n cos(\frac{x_i}{\sqrt i}) 42 44 \end{equation*} 43 45 44 46 \begin{tabbing} 45 47 \hspace{5cm}\=\kill 46 \textbf{Dimensions:} \> $ 2$ \\47 \textbf{Domain:} \> $- 4.5 \leq x_i \leq 4.5$ \\48 \textbf{Global Optimum:} \> $f(x) = 0.0$ at $x = ( 3.0, 0.5)$ \\49 \textbf{Operator:} \> BealeEvaluator \\50 \textbf{Chart :}\> \\48 \textbf{Dimensions:} \> $n$ \\ 49 \textbf{Domain:} \> $-600.0 \leq x_i \leq 600$ \\ 50 \textbf{Global Optimum:} \> $f(x) = 0.0$ at $x = (0.0, 0.0, \dots, 0.0)$ \\ 51 \textbf{Operator:} \> GriewangkEvaluator \\ 52 \textbf{Charts:} \> \\ 51 53 \end{tabbing} 52 54 53 55 \begin{center} 54 \includegraphics[width=0.6\textwidth]{Images/Ackley} 56 \includegraphics[width=0.45\textwidth]{Images/Griewangk_large} 57 \hfill 58 \includegraphics[width=0.45\textwidth]{Images/Griewangk_small} 55 59 \end{center} 56 60 57 58 59 61 \end{document}
Note: See TracChangeset
for help on using the changeset viewer.