Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/06/08 12:51:19 (16 years ago)
Author:
swagner
Message:

Updated template document for description of real valued test functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/documentation/Test Functions/TestFunctions.tex

    r303 r305  
    2121  \section*{Ackley Function}
    2222    \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)}
    2424    \end{equation*}
    2525
     
    3030      \textbf{Global Optimum:} \> $f(x) = 0.0$ at $x = (0.0, 0.0, \dots, 0.0)$ \\
    3131      \textbf{Operator:}       \> AckleyEvaluator \\
    32       \textbf{Chart:}          \> \\
     32      \textbf{Charts:}         \> \\
    3333    \end{tabbing}
    3434
    3535    \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}
    3739    \end{center}
    3840
    39   \section*{Beale Function}
     41  \section*{Griewangk Function}
    4042    \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))^2
     43      f(x) = 1 + \sum_{i=1}^n \frac{x_i^2}{4000} - \prod_{i=1}^n cos(\frac{x_i}{\sqrt i})
    4244    \end{equation*}
    4345
    4446    \begin{tabbing}
    4547      \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:}         \> \\
    5153    \end{tabbing}
    5254
    5355    \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}
    5559    \end{center}
    5660
    57 
    58 
    5961\end{document}
Note: See TracChangeset for help on using the changeset viewer.