Skip to content

Commit

Permalink
fixing file names in source
Browse files Browse the repository at this point in the history
  • Loading branch information
bogo8liuk committed Feb 16, 2024
1 parent 7fb3aec commit 6bee121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified appunti/appunti-luca-borghi/appunti-luca-borghi.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions appunti/appunti-luca-borghi/appunti-luca-borghi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ \subsubsection{Bounds consistency}
first program, we specify (or better, we suggest) to use domain propagation,
namely we keep $GAC$. Results are these:

\includegraphics[scale=0.2]{sudoku_res.png}
\includegraphics[scale=0.2]{sudoku-res.png}

Just 3 seconds, not bad! But when we try to use bounds propagation (namely $BC$)
or even not to suggest the propagation way (the third case), the results is that
Expand Down Expand Up @@ -972,7 +972,7 @@ \subsubsection{Population-based methods}
is parametric) and then choose the value $v_i \in D(X_i)$ according to the
probability:

\includegraphics[scale=0.2]{prob_ants.png}
\includegraphics[scale=0.2]{prob-ants.png}

where $\alpha$ and $\beta$ are parameters used to balance the pheromone and
heuristic factors.
Expand Down Expand Up @@ -1012,7 +1012,7 @@ \subsubsection{Population-based methods}
\item fix part of the variables value;
\item relax the remaining variables.
\end{itemize}
\includegraphics[scale=0.25]{fix_relax.png}
\includegraphics[scale=0.25]{fix-relax.png}

The good fact about this neighbourhood structure is that it works with all
problems. Now, two issues are: which percentage of variables to fix? Which
Expand Down

0 comments on commit 6bee121

Please sign in to comment.