表格标题位置有问题

表格标题位置有问题

我是一名新手,所以我不知道如何解决这个问题:我使用了\documentclass{itor}。标题必须在两行不同的行和左侧(图 1)。我有一张小桌子,由于桌子大小,标题不在正确的位置(图 2)。我想将标题固定在桌子的正上方和左侧。如何在不使用的情况下移动标题\usepackage{caption}?因为这个包会改变所有标题的格式。

感谢您的关注。

在此处输入图片描述

\documentclass{itor}
\usepackage{natbib}%
\usepackage[figuresright]{rotating}
\usepackage{url}
\urlstyle{same}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{amsmath,amsthm}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{property}{Property}
\theoremstyle{definition}
\newtheorem{example}{Example}
\newtheorem{remark}{Remark}
\theoremstyle{remark}
\newtheorem{definition}{Definition}
\begin{document}\raggedbottom
\begin{table}
\centering
\caption{Experimental values for parameters \label{tab:experiments}}
\begin{tabular}{lll}
\hline
\tch{1}{l}{instances}  & \tch{1}{l}{Iteration} & \tch{1}{l}{$\alpha$}\\
\hline
SP3,SP5,SP8,SP10,SP12 & 10,2030 & 10.20.30\\
LP1,LP3,LP6,LP13,LP14 & 20,50.100 & 20.30.40\\
\hline
\end{tabular}
\end{table}
\end{document}

相关内容