This commit is contained in:
2026-06-19 17:34:38 +03:00
commit b376777a66
22 changed files with 2028 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
To be continued.
@@ -0,0 +1 @@
To be continued.
+17
View File
@@ -0,0 +1,17 @@
\section{Data Sets}\label{sec:experiments:data_sets}
\addcontentsline{tocheb}{section}{\protect\numberline{\secnumforhebrewtoc}{מערך נתונים}}
\section{Performance Measures}\label{sec:experiments:performance_measures}
\addcontentsline{tocheb}{section}{\protect\numberline{\secnumforhebrewtoc}{מדדי ביצועים}}
To be continued\footnotemark.
\footnotetext{foot note text}
\section{Configurations and Parameter Settings}
\label{sec:experiments:configurations}
\addcontentsline{tocheb}{section}{\protect\numberline{\secnumforhebrewtoc}{קונפיגורציה ופרמטרים}}
\section{Results}\label{sec:experiments:results}
\addcontentsline{tocheb}{section}{\protect\numberline{\secnumforhebrewtoc}{תוצאות}}
+2
View File
@@ -0,0 +1,2 @@
Some references \cite{demaine2007jigsaw, altman1989solving}.
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

+119
View File
@@ -0,0 +1,119 @@
\section{topic a}
\label{sec:related_work:jigsaw_puzzles}
\addcontentsline{tocheb}{section}{\protect\numberline{\secnumforhebrewtoc}{נושא א}}
To be continued.
\section{topic b}
\label{sec:related_work:relaxation_labeling}
\addcontentsline{tocheb}{section}{\protect\numberline{\secnumforhebrewtoc}{נושא ב}}
To be continued.
\subsection{sub topic b.1}
\label{subsec:formulation_as_rl:rationale:type_2}
\addcontentsline{tocheb}{subsection}{\protect\numberline{\subsecnumforhebrewtoc}{תת נושא ב1}}
To be continued.
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.3\textwidth}
\begin{tikzpicture}
\node[anchor=south west, inner sep=0] at (0,0) {\includegraphics[width=\textwidth]{content/related_work/images/2x2_puzzle_grid.png}};
\draw[step=0.5\textwidth] (0,0) grid (\textwidth,\textwidth);
\node[font=\large] at (0.25\textwidth,0.75\textwidth) {(1,1)};
\node[font=\large] at (0.75\textwidth,0.75\textwidth) {(1,2)};
\node[font=\large] at (0.25\textwidth,0.25\textwidth) {(2,1)};
\node[font=\large] at (0.75\textwidth,0.25\textwidth) {(2,2)};
\end{tikzpicture}
\caption{}
\label{fig:type_1_goal_and_labeling:dimensions}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\begin{tikzpicture}
\node[anchor=south west, inner sep=0] at (0,0) {\includegraphics[width=\textwidth]{content/related_work/images/2x2puzzle_type_1.png}};
\draw[step=0.5\textwidth] (0,0) grid (\textwidth,\textwidth);
\node[font=\large, color=red] at (0.25\textwidth,0.75\textwidth) {Piece 1};
\node[font=\large, color=red] at (0.75\textwidth,0.75\textwidth) {Piece 2};
\node[font=\large, color=red] at (0.25\textwidth,0.25\textwidth) {Piece 3};
\node[font=\large, color=red] at (0.75\textwidth,0.25\textwidth) {Piece 4};
\end{tikzpicture}
\caption{}
\label{fig:type_1_goal_and_labeling:pieces}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\begin{tikzpicture}
\node[anchor=south west, inner sep=0] at (0,0) {\includegraphics[width=\textwidth]{content/related_work/images/2x2puzzle_solution.png}};
\draw[step=0.5\textwidth] (0,0) grid (\textwidth,\textwidth);
\node[font=\large, color=red] at (0.25\textwidth,0.75\textwidth) {Piece 3};
\node[font=\large, color=red] at (0.75\textwidth,0.75\textwidth) {Piece 2};
\node[font=\large, color=red] at (0.25\textwidth,0.25\textwidth) {Piece 4};
\node[font=\large, color=red] at (0.75\textwidth,0.25\textwidth) {Piece 1};
\end{tikzpicture}
\caption{}
\label{fig:type_1_goal_and_labeling:solution}
\end{subfigure}
\vfill
\begin{subfigure}[b]{1\textwidth}
\centering
\begin{tikzpicture}
\def\scaletitles{0.88}
\def\minimumEntrySize{0.95cm}
\matrix[matrix of nodes,
nodes={draw, align=center, minimum size=\minimumEntrySize},
row 1/.style={nodes={draw=none, gray, font=\footnotesize, scale=\scaletitles}},
column 1/.style={nodes={draw=none, gray, font=\footnotesize,
scale=\scaletitles}}]
{
\node{}; &
\node{(1,1)}; &
\node{(1,2)}; &
\node{(2,1)}; &
\node{(2,2)};\\
%----------%
\node{Piece 1}; &
\node{0}; & \node{0}; & \node{0}; & \node[text=blue]{1};\\
%----------%
\node{Piece 2}; &
\node{0}; & \node[text=blue]{1}; & \node{0}; & \node{0};\\
%----------%
\node{Piece 3}; &
\node[text=blue]{1}; & \node{0}; & \node{0}; & \node{0};\\
%----------%
\node{Piece 4}; &
\node{0}; & \node{0}; & \node[text=blue]{1}; & \node{0};\\
};
\end{tikzpicture}
\caption{}
\label{fig:type_1_goal_and_labeling:labeling}
\end{subfigure}
\caption[fig A - Example for fig]{Some example}
\label{fig:type_1_goal_and_labeling}
\end{figure}
\begin{table}[H]
\centering
\begin{tabular}{ |c|c|c|c|c|c| }
\hline
\multicolumn{1}{|c|}{Puzzle Type} & Direct & Neighbor & Perfect & Occupied & Feasible \\
\hline
Type 1 & {0\%} & {0.1\%} & 0 & {1\%} & 0 \\
\hline
Type 2 & {0.001\%} & {0.1\%} & 0 & {1.2\%} & 0 \\
\hline
\end{tabular}
\caption[Table A - Example for table]{Some example}
\label{table:plain_rl_results}
\end{table}