adding the problem configuration interface to irace interface
problem_config_mapping created
This commit is contained in:
parent
8fa2270ffd
commit
e79679b3c9
14462 changed files with 182271 additions and 6 deletions
51
Doxygen doc/latex/group___random.tex
Normal file
51
Doxygen doc/latex/group___random.tex
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
\hypertarget{group___random}{}\doxysection{Random number generation}
|
||||
\label{group___random}\index{Random number generation@{Random number generation}}
|
||||
Collaboration diagram for Random number generation\+:
|
||||
\nopagebreak
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[width=350pt]{group___random}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\doxysubsection*{Classes}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
class \mbox{\hyperlink{classeo_rnd_generator}{eo\+Rnd\+Generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classeo_uniform_generator}{eo\+Uniform\+Generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classeo_boolean_generator}{eo\+Boolean\+Generator}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classeo_normal_generator}{eo\+Normal\+Generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classeo_neg_exp_generator}{eo\+Neg\+Exp\+Generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classeo_rng}{eo\+Rng}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classuniform__generator}{uniform\+\_\+generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classboolean__generator}{boolean\+\_\+generator}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classrandom__generator}{random\+\_\+generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{class_u_f__random__generator}{U\+F\+\_\+random\+\_\+generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classnormal__generator}{normal\+\_\+generator$<$ T $>$}}
|
||||
\item
|
||||
class \mbox{\hyperlink{classnegexp__generator}{negexp\+\_\+generator$<$ T $>$}}
|
||||
\end{DoxyCompactItemize}
|
||||
|
||||
|
||||
\doxysubsection{Detailed Description}
|
||||
Random number generator adapted from (see comments below)
|
||||
|
||||
The random number generator is modified into a class by Maarten Keijzer (\href{mailto:mak@dhi.dk}{\texttt{ mak@dhi.\+dk}}). Also added the Box-\/\+Muller transformation to generate normal deviates.
|
||||
|
||||
This library is free software; you can redistribute it and/or modify it under the terms of the G\+NU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the G\+NU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-\/1307 U\+SA
|
||||
|
||||
Contact\+: \href{mailto:eodev-main@lists.sourceforge.net}{\texttt{ eodev-\/main@lists.\+sourceforge.\+net}} Old contact information\+: \href{mailto:todos@geneura.ugr.es}{\texttt{ todos@geneura.\+ugr.\+es}}, \href{http://geneura.ugr.es}{\texttt{ http\+://geneura.\+ugr.\+es}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue