Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

residential_developer step target_units #34

Closed
tianxie1995 opened this issue Jun 16, 2022 · 4 comments
Closed

residential_developer step target_units #34

tianxie1995 opened this issue Jun 16, 2022 · 4 comments
Labels

Comments

@tianxie1995
Copy link
Collaborator

In the residential_developer step, current target_units is calculated by

target_units = int(max((num_agents / (1 - target_vacancy) - num_units), 0))

and not taking the under-developing mcd_total_forecast table into account. So after the residential model step, it may still be possible for some MCDs to have insufficient HU supply for the HH target. Are we expecting this to happen?

@sirishau
Copy link
Collaborator

sirishau commented Jun 16, 2022 via email

@tianxie1995
Copy link
Collaborator Author

That's a good idea. But I think instead of decreasing, for MCDs which need more HU supply, the target vacancy should be increased so num_agents / (1 - target_vacancy) is larger.

@sirishau
Copy link
Collaborator

sirishau commented Jun 16, 2022 via email

@semcogli
Copy link
Contributor

semcogli commented Jun 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants