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

Don't recompute constant part of utility in sorting #66

Open
mattwigway opened this issue Dec 24, 2020 · 1 comment
Open

Don't recompute constant part of utility in sorting #66

mattwigway opened this issue Dec 24, 2020 · 1 comment
Labels

Comments

@mattwigway
Copy link
Owner

In sorting, we used to compute non-price utilities. Now that endogenous variables are supported, we are recomputing the full utility on each iteration. However, most of the variables are exogenous - so that part of the utility function could be kept constant.

@mattwigway
Copy link
Owner Author

I'm going to put this on the back burner for now - now that utility computation is multithreaded, it only adds ~10 mins per iteration on the 16-core, 128 GB RAM instances I'm using to estimate these models.

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

1 participant