def test_dT_max_impact(nmpc, sim, start=0.1, end=0.8, step=0.02, ymax=200,
sample_size=200):
xvals = pylab.arange(start, end + step, step)
f = nmpc.update_dT_max
label = '$\\Delta t_\\mathsf{max}$ (s)'
return test_dT_impact(
xvals, f, nmpc, sim, start, end, step, ymax, sample_size, label)
评论列表
文章目录