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
62
Doxygen doc/latex/classeo_dual_pop_split.tex
Normal file
62
Doxygen doc/latex/classeo_dual_pop_split.tex
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
\hypertarget{classeo_dual_pop_split}{}\doxysection{eo\+Dual\+Pop\+Split$<$ E\+OT $>$ Class Template Reference}
|
||||
\label{classeo_dual_pop_split}\index{eoDualPopSplit$<$ EOT $>$@{eoDualPopSplit$<$ EOT $>$}}
|
||||
|
||||
|
||||
{\ttfamily \#include $<$eo\+Dual\+Fitness.\+h$>$}
|
||||
|
||||
|
||||
|
||||
Inheritance diagram for eo\+Dual\+Pop\+Split$<$ E\+OT $>$\+:
|
||||
\nopagebreak
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[width=316pt]{classeo_dual_pop_split__inherit__graph}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
|
||||
Collaboration diagram for eo\+Dual\+Pop\+Split$<$ E\+OT $>$\+:
|
||||
\nopagebreak
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[width=350pt]{classeo_dual_pop_split__coll__graph}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\doxysubsection*{Public Member Functions}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_dual_pop_split_a10bef8754c2c8c801a3781da8479eb54}\label{classeo_dual_pop_split_a10bef8754c2c8c801a3781da8479eb54}}
|
||||
void \mbox{\hyperlink{classeo_dual_pop_split_a10bef8754c2c8c801a3781da8479eb54}{operator()}} (const \mbox{\hyperlink{classeo_pop}{eo\+Pop}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$ \&pop)
|
||||
\begin{DoxyCompactList}\small\item\em Split the pop and keep them in members. \end{DoxyCompactList}\item
|
||||
\mbox{\Hypertarget{classeo_dual_pop_split_af04d912d0c1c6942efc6225b4131cdfd}\label{classeo_dual_pop_split_af04d912d0c1c6942efc6225b4131cdfd}}
|
||||
\mbox{\hyperlink{classeo_pop}{eo\+Pop}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$ \mbox{\hyperlink{classeo_dual_pop_split_af04d912d0c1c6942efc6225b4131cdfd}{merge}} () const
|
||||
\begin{DoxyCompactList}\small\item\em Merge feasible and unfeasible populations into a new one. \end{DoxyCompactList}\item
|
||||
\mbox{\Hypertarget{classeo_dual_pop_split_a7edd03c6987b96502a0eaff9965c1126}\label{classeo_dual_pop_split_a7edd03c6987b96502a0eaff9965c1126}}
|
||||
\mbox{\hyperlink{classeo_pop}{eo\+Pop}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$ \& {\bfseries feasible} ()
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_dual_pop_split_aca1f5eed3f6ef2f4015d23eebd837228}\label{classeo_dual_pop_split_aca1f5eed3f6ef2f4015d23eebd837228}}
|
||||
\mbox{\hyperlink{classeo_pop}{eo\+Pop}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$ \& {\bfseries unfeasible} ()
|
||||
\end{DoxyCompactItemize}
|
||||
\doxysubsection*{Protected Attributes}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_dual_pop_split_a23bab61f55af05be39bbc52012dc7d43}\label{classeo_dual_pop_split_a23bab61f55af05be39bbc52012dc7d43}}
|
||||
\mbox{\hyperlink{classeo_pop}{eo\+Pop}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$ {\bfseries \+\_\+pop\+\_\+feasible}
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_dual_pop_split_aa6822a0fde0cce88426081b32b3a85d7}\label{classeo_dual_pop_split_aa6822a0fde0cce88426081b32b3a85d7}}
|
||||
\mbox{\hyperlink{classeo_pop}{eo\+Pop}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$ {\bfseries \+\_\+pop\+\_\+unfeasible}
|
||||
\end{DoxyCompactItemize}
|
||||
\doxysubsection*{Additional Inherited Members}
|
||||
|
||||
|
||||
\doxysubsection{Detailed Description}
|
||||
\subsubsection*{template$<$class E\+OT$>$\newline
|
||||
class eo\+Dual\+Pop\+Split$<$ E\+O\+T $>$}
|
||||
|
||||
Separate the population into two\+: one with only feasible individuals, the other with unfeasible ones.
|
||||
|
||||
The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
|
||||
\item
|
||||
eo/src/eo\+Dual\+Fitness.\+h\end{DoxyCompactItemize}
|
||||
Loading…
Add table
Add a link
Reference in a new issue