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

Optimize adjusting of last block in NW #20

Closed
Martinsos opened this issue Jun 20, 2014 · 1 comment
Closed

Optimize adjusting of last block in NW #20

Martinsos opened this issue Jun 20, 2014 · 1 comment

Comments

@Martinsos
Copy link
Owner

Right now, when adjusting band (last block) for NW, I say that value of first cell in block is larger or equal than Score - W + 1. However, I could do it even better, I could say it is larger or equal than max(Score' - 1, Score - W + 1)! Should I do this, will it speed things up? I think I should try it.

@Martinsos Martinsos changed the title Better determining of score of first cell in block Optimize adjusting of last block in NW Jun 20, 2014
@Martinsos
Copy link
Owner Author

Mozda bi trebalo malo pametnije provjeravati kad povecati zadnji block? Mozda ga malo precesto probam povecati hm, zato. Mozda staviti neki uvjet slican onome za HW i SHW, i tek onda ga povecati (dakle nesto sa onim Peq).

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

No branches or pull requests

1 participant