Skip to content

Commit

Permalink
Revised submission
Browse files Browse the repository at this point in the history
  • Loading branch information
tungufoss committed Jun 22, 2016
1 parent c69144f commit 2c13e70
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 332 deletions.
Binary file added JOSH-D-15-00213_R1.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion JOSH/DAgger.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
\Comment{visited states for $\pi_i$ and actions by $\pi_\star$}
\State $\Phi^{\text{DA}i} \gets \Phi^{\text{DA}i-1} \cup
\Phi^{\text{IL}i}$
\Comment{aggregate datasets, cf. \cref{eq:DAgger}}
\Comment{aggregate datasets from \cref{eq:Phi}}
\State $\hat{\pi}_{i+1} \gets$ \Call{Train}{$\Phi^{\text{DA}i}$}
\Comment{preference model from \cref{eq:jssp:linweights}}
\EndFor
Expand Down
8 changes: 4 additions & 4 deletions JOSH/features-description.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
$\vphi$ & Feature description & Mathematical formulation \\
%\hline \multicolumn{4}{c}{\textbf{Local features}} \\
\midrule
\multicolumn{3}{c}{\textbf{job related}}\\
\multicolumn{3}{c}{\textbf{job-related}}\\
\phiproc & job processing time & $p_{ja}$ \\
\phistartTime & job start-time & $x_s(j,a)$ \\
\phiendTime & job end-time & $x_e(j,a)$ \\
\phistartTime & job start time & $x_s(j,a)$ \\
\phiendTime & job end time & $x_e(j,a)$ \\
\phiarrivalTime & job arrival time & $x_e(j,a-1)$\\
\phiwait & time job had to wait & $x_s(j,a)-x_e(j,a-1)$ \\
\phijobTotProcTime & total processing time for job &
Expand All @@ -18,7 +18,7 @@
\phijobOps & number of assigned operations for job &
$|\mathcal{M}_j|$ \\
\midrule
\multicolumn{3}{c}{\textbf{machine related}}\\
\multicolumn{3}{c}{\textbf{machine-related}}\\
\phimacFree & when machine is next free &
$\max_{j'\in \mathcal{J}_a} \{x_e(j',a)\}$ \\
\phimacTotProcTime & total processing time for machine &
Expand Down
Binary file modified JOSH/hei2_manuscript.pdf
Binary file not shown.
Loading

0 comments on commit 2c13e70

Please sign in to comment.