lnls-dig / lnls-dig/NDPluginDimFei

Improve algorithm speed

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
App enhancement
Dominant language
C++
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The average speed of the algorithm can be improved by changing _NDPluginDimFei.cpp_ so it does not call **reset_parameters** for every new frame, as it currently does. This will alllow faster convergence, and the use of smaller values of lambda0.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in _NDPluginDimFei.cpp_ and locate where `reset_parameters` is called for each new frame. Confirm the change stops that per-frame call while preserving the algorithm’s behavior, and compare convergence speed and the usable range of `lambda0` before considering the issue done.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
performance
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.