NASA-AMMOS / NASA-AMMOS/plandev

Add accessor for rootfinding timing precision in scheduling eDSL

Open
#873 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

feature performance scheduling
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.