Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Cosillas
Browse files Browse the repository at this point in the history
  • Loading branch information
IEncinas10 committed Nov 24, 2022
1 parent eae2751 commit c23af61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified report/report.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions report/report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ \subsection{Constructive}
\label{eq:greedy-cost}
q(c,day)= c.points\_per\_day[day]
\end{equation}
Eq. \ref{eq:greedy-cost} is used as greedy cost function to take who rests.
Eq. \ref{eq:greedy-cost} is used as greedy cost function to decide which player rests.

\begin{algorithm}
\caption{Greedy algorithm}
Expand Down Expand Up @@ -243,7 +243,7 @@ \subsection{Local search}
\clearpage
\subsection{GRASP}

In the GRASP we randomize the selection of the player in descending order by points, according to a RCL calculated by $\alpha$ as shown in Algorithm \ref{rcl}.
In the GRASP we randomize the selection of the player in descending order by points, according to a RCL obtained using $\alpha$ as shown in Algorithm \ref{rcl}.


\begin{algorithm}
Expand Down

0 comments on commit c23af61

Please sign in to comment.