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

Design more suitable abort criteria #4

Open
andgdk opened this issue Jan 1, 2025 · 0 comments
Open

Design more suitable abort criteria #4

andgdk opened this issue Jan 1, 2025 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@andgdk
Copy link
Owner

andgdk commented Jan 1, 2025

Description

Currently, the the IFTA terminates after a given number of iteration regardless of the performance.

The current algorithm's performance is not measured.
However, it seems to lack improvement already after a hand full of iterations. Some literature suggests that hundreds of iterations might be required for optimal performance, as I recall. It should be further investigated if this proves to be the case.

Better performance metrics and their potential implementation details could be explored.

Proposed solution

Consider a new abort criteria for the IFTA. Explore how to measure performance (e.g. uniformity error, diffraction efficiency)

Alternatives considered

Keep the simple hardcoded abort criteria.

@andgdk andgdk added enhancement New feature or request help wanted Extra attention is needed labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant