I would like to hide the Algorithm environment as shown in the attached pic below. That is please remove "Algorithm 8.1" which is highlighted in blude.
The code is provided below:
\begin{algorithm}\label{al:8.1}\end{algorithm}
\begin{center}
\begin{tabular}{| l ||l| }
\hline
\multicolumn{2}{|l|}{\textbf{ Algorithm \ref{al:8.1}: Obtaining weights (Off-line)}} \\
\hline
\textbf{INPUT } & $\omega_{k}^{j}, (k<m)$, $\phi(l,k)$, $H_l^j$, $R_l^j$ \\
\hline
\textbf{OUTPUT} & $\omega_{k}^{j} (k\geq m)$ \\
\hline
1 & \textbf{INITIALIZE } $\omega_{k}^{j}, (k<m)$ \\
\hline
2 & \textbf{FOR} each $k\geq m$ \textbf{DO} OP \ref{op:8.1} \\
\hline
3 & \textbf{STORE} $\omega_{k}^{j}$ \\
\hline
4 & $k$ $\gets$ $k+1$ \\
\hline
5 & \textbf{GOTO} 2\\
\hline
6 & \textbf{END}\\
\hline
\end{tabular}
\end{center}
Please help!

