From chapter 8.6, we know that we should guess BQ in the first step of TPI. Currently, we have a get_BQ function in aggregate.py, where we input r and other parameters to return BQ. But I think that is not we can use in the first step of TPI and that we should define it in the SS function. Is it the right way?
From chapter 8.6, we know that we should guess BQ in the first step of TPI. Currently, we have a get_BQ function in aggregate.py, where we input r and other parameters to return BQ. But I think that is not we can use in the first step of TPI and that we should define it in the SS function. Is it the right way?