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
169
Doxygen doc/latex/classeo_segment_crossover.tex
Normal file
169
Doxygen doc/latex/classeo_segment_crossover.tex
Normal file
|
|
@ -0,0 +1,169 @@
|
|||
\hypertarget{classeo_segment_crossover}{}\doxysection{eo\+Segment\+Crossover$<$ E\+OT $>$ Class Template Reference}
|
||||
\label{classeo_segment_crossover}\index{eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}}
|
||||
|
||||
|
||||
{\ttfamily \#include $<$Tutorial/eo\+Real\+Op.\+h$>$}
|
||||
|
||||
|
||||
|
||||
Inheritance diagram for eo\+Segment\+Crossover$<$ E\+OT $>$\+:
|
||||
\nopagebreak
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[width=350pt]{classeo_segment_crossover__inherit__graph}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
|
||||
Collaboration diagram for eo\+Segment\+Crossover$<$ E\+OT $>$\+:
|
||||
\nopagebreak
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[width=350pt]{classeo_segment_crossover__coll__graph}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\doxysubsection*{Public Member Functions}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\mbox{\hyperlink{classeo_segment_crossover_a26d131c031a521eea859f1a05686e7f8}{eo\+Segment\+Crossover}} (const double \&\+\_\+alpha=0.\+0)
|
||||
\item
|
||||
\mbox{\hyperlink{classeo_segment_crossover_a98639cf4597421d4170325a9469b33b1}{eo\+Segment\+Crossover}} (\mbox{\hyperlink{classeo_real_vector_bounds}{eo\+Real\+Vector\+Bounds}} \&\+\_\+bounds, const double \&\+\_\+alpha=0.\+0)
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a94636233ce3bea7b4c914ed124611fc6}\label{classeo_segment_crossover_a94636233ce3bea7b4c914ed124611fc6}}
|
||||
virtual std\+::string \mbox{\hyperlink{classeo_segment_crossover_a94636233ce3bea7b4c914ed124611fc6}{class\+Name}} () const
|
||||
\begin{DoxyCompactList}\small\item\em The class name. \end{DoxyCompactList}\item
|
||||
bool \mbox{\hyperlink{classeo_segment_crossover_a949ae6a4163154f5c395d8c8df62fe07}{operator()}} (\mbox{\hyperlink{struct_dummy}{E\+OT}} \&\+\_\+eo1, \mbox{\hyperlink{struct_dummy}{E\+OT}} \&\+\_\+eo2)
|
||||
\item
|
||||
\mbox{\hyperlink{classeo_segment_crossover_a26d131c031a521eea859f1a05686e7f8}{eo\+Segment\+Crossover}} (const double \&\+\_\+alpha=0.\+0)
|
||||
\item
|
||||
\mbox{\hyperlink{classeo_segment_crossover_a98639cf4597421d4170325a9469b33b1}{eo\+Segment\+Crossover}} (\mbox{\hyperlink{classeo_real_vector_bounds}{eo\+Real\+Vector\+Bounds}} \&\+\_\+bounds, const double \&\+\_\+alpha=0.\+0)
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a94636233ce3bea7b4c914ed124611fc6}\label{classeo_segment_crossover_a94636233ce3bea7b4c914ed124611fc6}}
|
||||
virtual std\+::string \mbox{\hyperlink{classeo_segment_crossover_a94636233ce3bea7b4c914ed124611fc6}{class\+Name}} () const
|
||||
\begin{DoxyCompactList}\small\item\em The class name. \end{DoxyCompactList}\item
|
||||
bool \mbox{\hyperlink{classeo_segment_crossover_a949ae6a4163154f5c395d8c8df62fe07}{operator()}} (\mbox{\hyperlink{struct_dummy}{E\+OT}} \&\+\_\+eo1, \mbox{\hyperlink{struct_dummy}{E\+OT}} \&\+\_\+eo2)
|
||||
\end{DoxyCompactItemize}
|
||||
\doxysubsection*{Protected Attributes}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_ab7dbbea3ee5f7f61e322ca0a967c852d}\label{classeo_segment_crossover_ab7dbbea3ee5f7f61e322ca0a967c852d}}
|
||||
\mbox{\hyperlink{classeo_real_vector_bounds}{eo\+Real\+Vector\+Bounds}} \& {\bfseries bounds}
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a76b41b9d3fa92a092cb37d37b134eab6}\label{classeo_segment_crossover_a76b41b9d3fa92a092cb37d37b134eab6}}
|
||||
double {\bfseries alpha}
|
||||
\item
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a1accca979108dc3b982a82cb5cdcc44b}\label{classeo_segment_crossover_a1accca979108dc3b982a82cb5cdcc44b}}
|
||||
double {\bfseries range}
|
||||
\end{DoxyCompactItemize}
|
||||
\doxysubsection*{Additional Inherited Members}
|
||||
|
||||
|
||||
\doxysubsection{Detailed Description}
|
||||
\subsubsection*{template$<$class E\+OT$>$\newline
|
||||
class eo\+Segment\+Crossover$<$ E\+O\+T $>$}
|
||||
|
||||
\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}} -\/-\/$>$ uniform choice in segment == arithmetical with same value along all coordinates
|
||||
|
||||
\doxysubsection{Constructor \& Destructor Documentation}
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a26d131c031a521eea859f1a05686e7f8}\label{classeo_segment_crossover_a26d131c031a521eea859f1a05686e7f8}}
|
||||
\index{eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}!eoSegmentCrossover@{eoSegmentCrossover}}
|
||||
\index{eoSegmentCrossover@{eoSegmentCrossover}!eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}}
|
||||
\doxysubsubsection{\texorpdfstring{eoSegmentCrossover()}{eoSegmentCrossover()}\hspace{0.1cm}{\footnotesize\ttfamily [1/4]}}
|
||||
{\footnotesize\ttfamily template$<$class E\+OT $>$ \\
|
||||
\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$\+::\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}} (\begin{DoxyParamCaption}\item[{const double \&}]{\+\_\+alpha = {\ttfamily 0.0} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
|
||||
|
||||
(Default) Constructor. The bounds are initialized with the global object that says\+: no bounds.
|
||||
|
||||
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em \+\_\+alpha} & the amount of exploration O\+U\+T\+S\+I\+DE the parents as in B\+L\+X-\/alpha notation (Eshelman and Schaffer) 0 == contractive application Must be positive \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a98639cf4597421d4170325a9469b33b1}\label{classeo_segment_crossover_a98639cf4597421d4170325a9469b33b1}}
|
||||
\index{eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}!eoSegmentCrossover@{eoSegmentCrossover}}
|
||||
\index{eoSegmentCrossover@{eoSegmentCrossover}!eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}}
|
||||
\doxysubsubsection{\texorpdfstring{eoSegmentCrossover()}{eoSegmentCrossover()}\hspace{0.1cm}{\footnotesize\ttfamily [2/4]}}
|
||||
{\footnotesize\ttfamily template$<$class E\+OT $>$ \\
|
||||
\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$\+::\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}} (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{classeo_real_vector_bounds}{eo\+Real\+Vector\+Bounds}} \&}]{\+\_\+bounds, }\item[{const double \&}]{\+\_\+alpha = {\ttfamily 0.0} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
|
||||
|
||||
Constructor with bounds
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em \+\_\+bounds} & an \mbox{\hyperlink{classeo_real_vector_bounds}{eo\+Real\+Vector\+Bounds}} that contains the bounds \\
|
||||
\hline
|
||||
{\em \+\_\+alpha} & the amount of exploration O\+U\+T\+S\+I\+DE the parents as in B\+L\+X-\/alpha notation (Eshelman and Schaffer) 0 == contractive application Must be positive \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a26d131c031a521eea859f1a05686e7f8}\label{classeo_segment_crossover_a26d131c031a521eea859f1a05686e7f8}}
|
||||
\index{eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}!eoSegmentCrossover@{eoSegmentCrossover}}
|
||||
\index{eoSegmentCrossover@{eoSegmentCrossover}!eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}}
|
||||
\doxysubsubsection{\texorpdfstring{eoSegmentCrossover()}{eoSegmentCrossover()}\hspace{0.1cm}{\footnotesize\ttfamily [3/4]}}
|
||||
{\footnotesize\ttfamily template$<$class E\+OT $>$ \\
|
||||
\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$\+::\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}} (\begin{DoxyParamCaption}\item[{const double \&}]{\+\_\+alpha = {\ttfamily 0.0} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
|
||||
|
||||
(Default) Constructor. The bounds are initialized with the global object that says\+: no bounds.
|
||||
|
||||
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em \+\_\+alpha} & the amount of exploration O\+U\+T\+S\+I\+DE the parents as in B\+L\+X-\/alpha notation (Eshelman and Schaffer) 0 == contractive application Must be positive \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a98639cf4597421d4170325a9469b33b1}\label{classeo_segment_crossover_a98639cf4597421d4170325a9469b33b1}}
|
||||
\index{eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}!eoSegmentCrossover@{eoSegmentCrossover}}
|
||||
\index{eoSegmentCrossover@{eoSegmentCrossover}!eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}}
|
||||
\doxysubsubsection{\texorpdfstring{eoSegmentCrossover()}{eoSegmentCrossover()}\hspace{0.1cm}{\footnotesize\ttfamily [4/4]}}
|
||||
{\footnotesize\ttfamily template$<$class E\+OT $>$ \\
|
||||
\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$\+::\mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}} (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{classeo_real_vector_bounds}{eo\+Real\+Vector\+Bounds}} \&}]{\+\_\+bounds, }\item[{const double \&}]{\+\_\+alpha = {\ttfamily 0.0} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
|
||||
|
||||
Constructor with bounds
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em \+\_\+bounds} & an \mbox{\hyperlink{classeo_real_vector_bounds}{eo\+Real\+Vector\+Bounds}} that contains the bounds \\
|
||||
\hline
|
||||
{\em \+\_\+alpha} & the amount of exploration O\+U\+T\+S\+I\+DE the parents as in B\+L\+X-\/alpha notation (Eshelman and Schaffer) 0 == contractive application Must be positive \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
\doxysubsection{Member Function Documentation}
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a949ae6a4163154f5c395d8c8df62fe07}\label{classeo_segment_crossover_a949ae6a4163154f5c395d8c8df62fe07}}
|
||||
\index{eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}!operator()@{operator()}}
|
||||
\index{operator()@{operator()}!eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}}
|
||||
\doxysubsubsection{\texorpdfstring{operator()()}{operator()()}\hspace{0.1cm}{\footnotesize\ttfamily [1/2]}}
|
||||
{\footnotesize\ttfamily template$<$class E\+OT $>$ \\
|
||||
bool \mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$\+::operator() (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{struct_dummy}{E\+OT}} \&}]{\+\_\+eo1, }\item[{\mbox{\hyperlink{struct_dummy}{E\+OT}} \&}]{\+\_\+eo2 }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}
|
||||
|
||||
segment crossover -\/ modifies both parents
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em \+\_\+eo1} & The first parent \\
|
||||
\hline
|
||||
{\em \+\_\+eo2} & The first parent \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Implements \mbox{\hyperlink{classeo_b_f_aa03c40b95210569b826df79a2237a0d0}{eo\+B\+F$<$ E\+O\+T \&, E\+O\+T \&, bool $>$}}.
|
||||
|
||||
\mbox{\Hypertarget{classeo_segment_crossover_a949ae6a4163154f5c395d8c8df62fe07}\label{classeo_segment_crossover_a949ae6a4163154f5c395d8c8df62fe07}}
|
||||
\index{eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}!operator()@{operator()}}
|
||||
\index{operator()@{operator()}!eoSegmentCrossover$<$ EOT $>$@{eoSegmentCrossover$<$ EOT $>$}}
|
||||
\doxysubsubsection{\texorpdfstring{operator()()}{operator()()}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}}
|
||||
{\footnotesize\ttfamily template$<$class E\+OT $>$ \\
|
||||
bool \mbox{\hyperlink{classeo_segment_crossover}{eo\+Segment\+Crossover}}$<$ \mbox{\hyperlink{struct_dummy}{E\+OT}} $>$\+::operator() (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{struct_dummy}{E\+OT}} \&}]{\+\_\+eo1, }\item[{\mbox{\hyperlink{struct_dummy}{E\+OT}} \&}]{\+\_\+eo2 }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}
|
||||
|
||||
segment crossover -\/ modifies both parents
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em \+\_\+eo1} & The first parent \\
|
||||
\hline
|
||||
{\em \+\_\+eo2} & The first parent \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Implements \mbox{\hyperlink{classeo_b_f_aa03c40b95210569b826df79a2237a0d0}{eo\+B\+F$<$ E\+O\+T \&, E\+O\+T \&, bool $>$}}.
|
||||
|
||||
|
||||
|
||||
The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
|
||||
\item
|
||||
deprecated/eo/src/es/eo\+Real\+Op.\+h\end{DoxyCompactItemize}
|
||||
Loading…
Add table
Add a link
Reference in a new issue