-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
score uploaded flight #208
Conversation
f0dbfe4
to
1b41b51
Compare
Please do not review until previous PR (#203) is merged or at least stable |
This library computes scores for flights using applicable rules of various XC leagues. It permit computations with small chunks of time or cycles. Optimizer can send successive results that are not optimal. This can be useful to interrupt optimization properly if it is too long.
This library computes scores for flights using applicable rules of various XC leagues. It permit computations with small chunks of time or cycles. Optimizer can send successive results that are not optimal. This can be useful to interrupt optimization properly if it is too long.
2bb3e2d
to
03f5fb2
Compare
This is what I wanted to do, but UI doesn't allow me to choose the branch of the other PR.
Which league / scoring rule are we going to use for scoring? The scoring rules are user dependent |
Good point. |
388f5ae
to
44c69df
Compare
This library computes scores for flights using applicable rules of various XC leagues.
- renamed nbIntervals parameter to nbSegments to improve semantic consistency.
- use an array of LatLonAltTime instead of 4 arrays for lats, lons, alts and timSec
- get rid of console.xxx()
…l package.json" This reverts commit 0c5cdf3.
This reverts commit 83c56ff.
… for scored tracks
48d3800
to
59d7fe8
Compare
No description provided.