Most of all machine learning algorithms have parameters that change the performance of the model, which is called <font color="#1E90FF"><strong>hyper-parameters</strong></font>.
To optimize hyper-parameters, <font color="#1E90FF"><strong>grid search</strong></font> method is often used.
Although MALSS automatically selects sets of hyper-parameters for the grid search, you can also change them manually.
<strong>If values of hyper-parameters with the highest test score is the maximum/minimum value of the set, you should change the set of hyper-parameters</strong>.