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

Improve MLE running time #9

Open
krzysztof-turowski opened this issue Feb 6, 2019 · 1 comment
Open

Improve MLE running time #9

krzysztof-turowski opened this issue Feb 6, 2019 · 1 comment
Labels
question Further information is requested

Comments

@krzysztof-turowski
Copy link
Owner

Currently MLE has $\Theta(n^3)$ complexity - investigate whether it may be improved to $\Theta(n^2)$ by some amortization.

@krzysztof-turowski krzysztof-turowski added the enhancement New feature or request label Feb 6, 2019
@krzysztof-turowski krzysztof-turowski added question Further information is requested and removed enhancement New feature or request labels Feb 15, 2019
@krzysztof-turowski
Copy link
Owner Author

krzysztof-turowski commented Feb 17, 2019

Side notes:

  • $V$ and $n$ in likelihood_value and $\omega$ should be packed in a separate structure TransitionProbabilityHelper.
  • consider splitting importance sampling of permutations (requires only $\Theta_0$) and computation of likelihood value (requires both $\Theta_0$ and $\Theta$).

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

No branches or pull requests

1 participant