NASA-AMMOS / NASA-AMMOS/plandev
Add accessor for rootfinding timing precision in scheduling eDSL
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 128
- Forks
- 33
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 12
Description
Timing precision is a parameter used by rootfinding to define the interval for convergence. Timing precision is currently set at 500ms by default in the scheduler but is not published in the scheduling eDSL.
Allowing the user to control this parameter could result in less simulations as convergence could be faster especially in cases with endsAt constraints.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing where the scheduler defines its default 500ms timing precision and how the scheduling eDSL exposes configuration. Confirm how rootfinding uses the value, then verify that users can control it and that convergence with endsAt constraints responds to the configured precision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100