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

Various refactorings #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Various refactorings #1

wants to merge 3 commits into from

Conversation

ethanbb
Copy link
Member

@ethanbb ethanbb commented Jun 10, 2021

Mostly trivial changes, none of which should affect the behavior. Refactoring as I read through code helps me focus and understand it so that's why this exists. Below are the changes to the mlapp file, not counting minor generated code updates for newer Matlab version.

image

@ethanbb
Copy link
Member Author

ethanbb commented Oct 9, 2021

I forgot this PR exists, anyway I just pushed a major rewrite of findBestAxes.m. I got rid of everything related to trying multiple replicates and choosing the best, since it wasn't being used, but if it is going to be useful in the future we can put it back or make a separate file.

I believe currently it works differently than described in the paper, in that it doesn't take the minimum return time into account when initially finding the local neighborhood for rescaling (there's code that looks like it's supposed to do that, but it has no effect). I assumed that was a mistake and fixed it.

@ethanbb ethanbb requested a review from sharsnik2 October 9, 2021 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant