When I set `n_rbfs = 10`, the **real** number of rbfs is set to be 11**2, and the same situation will occur for `n_grids`. I think it is natural that #rbf is set to be `n_rbf ** 2`.
When I set
n_rbfs = 10, the real number of rbfs is set to be 11**2, and the same situation will occur forn_grids.I think it is natural that #rbf is set to be
n_rbf ** 2.