adding the problem configuration interface to irace interface

problem_config_mapping created
This commit is contained in:
aaziz-alaoui 2020-10-01 15:55:30 +02:00
commit e79679b3c9
14462 changed files with 182271 additions and 6 deletions

View file

@ -0,0 +1,107 @@
\hypertarget{classeo_es_simple}{}\doxysection{eo\+Es\+Simple$<$ Fit $>$ Class Template Reference}
\label{classeo_es_simple}\index{eoEsSimple$<$ Fit $>$@{eoEsSimple$<$ Fit $>$}}
{\ttfamily \#include $<$eo\+Es\+Simple.\+h$>$}
Inheritance diagram for eo\+Es\+Simple$<$ Fit $>$\+:
\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=328pt]{classeo_es_simple__inherit__graph}
\end{center}
\end{figure}
Collaboration diagram for eo\+Es\+Simple$<$ Fit $>$\+:
\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=328pt]{classeo_es_simple__coll__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Types}
\begin{DoxyCompactItemize}
\item
\mbox{\Hypertarget{classeo_es_simple_a5a939d86fcb6f98257b8f6b7a7ab7230}\label{classeo_es_simple_a5a939d86fcb6f98257b8f6b7a7ab7230}}
typedef double {\bfseries Type}
\item
\mbox{\Hypertarget{classeo_es_simple_a5a939d86fcb6f98257b8f6b7a7ab7230}\label{classeo_es_simple_a5a939d86fcb6f98257b8f6b7a7ab7230}}
typedef double {\bfseries Type}
\end{DoxyCompactItemize}
\doxysubsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
virtual std\+::string \mbox{\hyperlink{classeo_es_simple_a176b5de3117e3ad3fb7b8ed38373339e}{class\+Name}} () const
\item
\mbox{\Hypertarget{classeo_es_simple_a1b6c715578ea60abf56fdfcd7ee5b688}\label{classeo_es_simple_a1b6c715578ea60abf56fdfcd7ee5b688}}
void \mbox{\hyperlink{classeo_es_simple_a1b6c715578ea60abf56fdfcd7ee5b688}{print\+On}} (std\+::ostream \&os) const
\begin{DoxyCompactList}\small\item\em printing... \end{DoxyCompactList}\item
\mbox{\Hypertarget{classeo_es_simple_a93b62db48830d1e2ec80b1c1fdbdca69}\label{classeo_es_simple_a93b62db48830d1e2ec80b1c1fdbdca69}}
void \mbox{\hyperlink{classeo_es_simple_a93b62db48830d1e2ec80b1c1fdbdca69}{read\+From}} (std\+::istream \&is)
\begin{DoxyCompactList}\small\item\em reading... \end{DoxyCompactList}\item
virtual std\+::string \mbox{\hyperlink{classeo_es_simple_a176b5de3117e3ad3fb7b8ed38373339e}{class\+Name}} () const
\item
\mbox{\Hypertarget{classeo_es_simple_a1b6c715578ea60abf56fdfcd7ee5b688}\label{classeo_es_simple_a1b6c715578ea60abf56fdfcd7ee5b688}}
void \mbox{\hyperlink{classeo_es_simple_a1b6c715578ea60abf56fdfcd7ee5b688}{print\+On}} (std\+::ostream \&os) const
\begin{DoxyCompactList}\small\item\em printing... \end{DoxyCompactList}\item
\mbox{\Hypertarget{classeo_es_simple_a93b62db48830d1e2ec80b1c1fdbdca69}\label{classeo_es_simple_a93b62db48830d1e2ec80b1c1fdbdca69}}
void \mbox{\hyperlink{classeo_es_simple_a93b62db48830d1e2ec80b1c1fdbdca69}{read\+From}} (std\+::istream \&is)
\begin{DoxyCompactList}\small\item\em reading... \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection*{Public Attributes}
\begin{DoxyCompactItemize}
\item
\mbox{\Hypertarget{classeo_es_simple_acd0c5e716e6a18ca149a3e905093a253}\label{classeo_es_simple_acd0c5e716e6a18ca149a3e905093a253}}
double {\bfseries stdev}
\end{DoxyCompactItemize}
\doxysubsection{Detailed Description}
\subsubsection*{template$<$class Fit$>$\newline
class eo\+Es\+Simple$<$ Fit $>$}
Simple Evolution Strategy
One of the more simple evolution strategies, sporting just a single stdeviation for the entire chromosome. For more advanced versions see also \mbox{\hyperlink{classeo_es_stdev}{eo\+Es\+Stdev}} \mbox{\hyperlink{classeo_es_full}{eo\+Es\+Full}}
\begin{DoxySeeAlso}{See also}
\mbox{\hyperlink{classeo_es_stdev}{eo\+Es\+Stdev}} \mbox{\hyperlink{classeo_es_full}{eo\+Es\+Full}}
\end{DoxySeeAlso}
\doxysubsection{Member Function Documentation}
\mbox{\Hypertarget{classeo_es_simple_a176b5de3117e3ad3fb7b8ed38373339e}\label{classeo_es_simple_a176b5de3117e3ad3fb7b8ed38373339e}}
\index{eoEsSimple$<$ Fit $>$@{eoEsSimple$<$ Fit $>$}!className@{className}}
\index{className@{className}!eoEsSimple$<$ Fit $>$@{eoEsSimple$<$ Fit $>$}}
\doxysubsubsection{\texorpdfstring{className()}{className()}\hspace{0.1cm}{\footnotesize\ttfamily [1/2]}}
{\footnotesize\ttfamily template$<$class Fit $>$ \\
virtual std\+::string \mbox{\hyperlink{classeo_es_simple}{eo\+Es\+Simple}}$<$ Fit $>$\+::class\+Name (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}
Return the class id. This should be redefined in each class. Only \char`\"{}leaf\char`\"{} classes can be non-\/virtual.
Maarten\+: removed the default implementation as this proved to be too error-\/prone\+: I found several classes that had a typo in class\+Name (like classname), which would print \mbox{\hyperlink{classeo_object}{eo\+Object}} instead of their own. Having it pure will force the implementor to provide a name.
Implements \mbox{\hyperlink{classeo_object_a1c02745db786e7bb46dea93b560fe685}{eo\+Object}}.
\mbox{\Hypertarget{classeo_es_simple_a176b5de3117e3ad3fb7b8ed38373339e}\label{classeo_es_simple_a176b5de3117e3ad3fb7b8ed38373339e}}
\index{eoEsSimple$<$ Fit $>$@{eoEsSimple$<$ Fit $>$}!className@{className}}
\index{className@{className}!eoEsSimple$<$ Fit $>$@{eoEsSimple$<$ Fit $>$}}
\doxysubsubsection{\texorpdfstring{className()}{className()}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}}
{\footnotesize\ttfamily template$<$class Fit $>$ \\
virtual std\+::string \mbox{\hyperlink{classeo_es_simple}{eo\+Es\+Simple}}$<$ Fit $>$\+::class\+Name (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}
Return the class id. This should be redefined in each class. Only \char`\"{}leaf\char`\"{} classes can be non-\/virtual.
Maarten\+: removed the default implementation as this proved to be too error-\/prone\+: I found several classes that had a typo in class\+Name (like classname), which would print \mbox{\hyperlink{classeo_object}{eo\+Object}} instead of their own. Having it pure will force the implementor to provide a name.
Implements \mbox{\hyperlink{classeo_object_a1c02745db786e7bb46dea93b560fe685}{eo\+Object}}.
The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
\item
deprecated/eo/src/es/eo\+Es\+Simple.\+h\end{DoxyCompactItemize}