오류: 다시 읽으려면 \relax

오류: 다시 읽으려면 \relax

다음은 표 형식 환경에 대한 코드이며 제목에 언급된 것과 동일한 오류가 발생했습니다.

\usepackage{caption}
\newcolumntype{C}[1]{>{\Centering}m{#1}}
\usepackage{tabularx,ragged2e,booktabs,caption}





\begin{center}
 \captionof{table}
 \begin{tabular}{|p{2.3cm}||p{2cm}|}
 \hline
 \multicolumn{2}{|c|}{Parameter of GA} \\
 \hline
 Parameters   & value \\
 \hline
 Maximum iteration &\rmfamily  200 \\
 Population size &\rmfamily 30\\
 $P_{c}$&\rmfamily 0.9 \\
 $P_{m}$ &\rmfamily 0.1\\
 \hline
\end{tabular}
\end{center}

관련 정보