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

Add an optimizer library to score tracks #203

Merged
merged 21 commits into from
Jun 4, 2024

Commits on May 29, 2024

  1. feat: add an optimizer library, use it in flyxc front XC planning.

    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.
    flyingtof committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5a828e9 View commit details
    Browse the repository at this point in the history
  2. feat: add an optimizer library, use it in flyxc front XC planning.

    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.
    flyingtof committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0d9693a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. tweaks part 1

    vicb committed May 30, 2024
    Configuration menu
    Copy the full SHA
    eda847f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. tweaks part2

    vicb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    790d1cd View commit details
    Browse the repository at this point in the history
  2. fix: compilation issues

    flyingtof committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0090f1c View commit details
    Browse the repository at this point in the history
  3. tweaks part 3

    vicb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    843a1c4 View commit details
    Browse the repository at this point in the history
  4. tweaks

    vicb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8f6fec2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. minor tweaks

    vicb committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0d737bd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. use structuredCloning

    vicb committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    80f5938 View commit details
    Browse the repository at this point in the history
  2. fix jsdoc returns tag

    vicb committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ba76ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f6e67 View commit details
    Browse the repository at this point in the history
  4. update docs

    vicb committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    423df3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cb991a View commit details
    Browse the repository at this point in the history
  6. add worker

    vicb committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6475037 View commit details
    Browse the repository at this point in the history
  7. Add more info in the result

    vicb committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1e6abb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. typo

    vicb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    800f628 View commit details
    Browse the repository at this point in the history
  2. fixes

    vicb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c0447aa View commit details
    Browse the repository at this point in the history
  3. no barrel

    vicb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    72680a8 View commit details
    Browse the repository at this point in the history
  4. step

    vicb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5068def View commit details
    Browse the repository at this point in the history
  5. fixes

    vicb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6f9567f View commit details
    Browse the repository at this point in the history
  6. deps

    vicb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a4d458f View commit details
    Browse the repository at this point in the history