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

Use numpy.meshgrid as observation data structure? #12

Open
ljvmiranda921 opened this issue Apr 7, 2018 · 0 comments
Open

Use numpy.meshgrid as observation data structure? #12

ljvmiranda921 opened this issue Apr 7, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@ljvmiranda921
Copy link
Owner

This won’t really break a lot of things, and it eliminates the cost of creating a grid from a sequence length. The problem is that we tend to create unnecessarily large grids (well to further accommodate the edge case worst case of a one-directional chain), and we need to build a rid of just the right size

@ljvmiranda921 ljvmiranda921 added the enhancement New feature or request label Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant