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

Smoothing Functions For Actors #594

Merged
merged 18 commits into from
Aug 7, 2020
Merged

Smoothing Functions For Actors #594

merged 18 commits into from
Aug 7, 2020

Conversation

RajarupanSampanthan
Copy link
Contributor

@RajarupanSampanthan RajarupanSampanthan commented Aug 2, 2020

Summary of changes
Changes introduced in this pull request:

  • Adds packages forest_math and forest_smooth under the utils/ directory
  • Adds structs FilterEstimate and AlphaBetaFilter
  • Adds tests

Reference issue to close (if applicable)

Closes
#594

Other information and links

Copy link
Contributor

@austinabell austinabell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a quick scan, I'll review the details of the logic tomorrow morning :) Looks good though

utils/math/Cargo.toml Outdated Show resolved Hide resolved
utils/math/src/lib.rs Outdated Show resolved Hide resolved
utils/math/src/lib.rs Outdated Show resolved Hide resolved
utils/smoothing/Cargo.toml Outdated Show resolved Hide resolved
utils/math/src/lib.rs Outdated Show resolved Hide resolved
utils/math/src/lib.rs Outdated Show resolved Hide resolved
utils/smoothing/src/alpha_beta_filter.rs Outdated Show resolved Hide resolved
utils/smoothing/src/constants.rs Outdated Show resolved Hide resolved
RajarupanSampanthan and others added 4 commits August 4, 2020 09:18
Co-authored-by: Austin Abell <austinabell8@gmail.com>
Co-authored-by: Austin Abell <austinabell8@gmail.com>
Co-authored-by: Austin Abell <austinabell8@gmail.com>
@ec2
Copy link
Member

ec2 commented Aug 5, 2020

I dont think you needed to create 2 new crates for these. Can just throw them into vm/actor/src/util. I don't think these will be used anywhere else.

vm/actor/src/util/alpha_beta_filter.rs Outdated Show resolved Hide resolved
vm/actor/src/util/alpha_beta_filter.rs Outdated Show resolved Hide resolved
vm/actor/src/util/math.rs Outdated Show resolved Hide resolved
vm/actor/src/util/mod.rs Outdated Show resolved Hide resolved
vm/actor/src/util/smooth.rs Outdated Show resolved Hide resolved
vm/actor/src/util/smooth.rs Outdated Show resolved Hide resolved
vm/actor/src/util/smooth.rs Outdated Show resolved Hide resolved
vm/actor/src/util/smooth.rs Outdated Show resolved Hide resolved
vm/actor/src/util/alpha_beta_filter.rs Outdated Show resolved Hide resolved
vm/actor/src/util/alpha_beta_filter.rs Outdated Show resolved Hide resolved
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.

3 participants