• shooktea@lemmy.worldOP
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    That is absolutely right and I must improve how I calculate lowest possible position, because currently to do so I add maximum possible points one driver can get to every single driver except the one checked (which doesn’t make sense - I’m setting everyone on 1st place and Max on 11th xD)

    I thought about how to do it more properly and the only option I found was to somehow calculate every possible combination, which is also insane from computational point of view.

    Your comment gave another idea though - to sum possible points from incoming seasons (102 for race and 36 for sprint) and distribute them between lower places, from top to bottom, until someone jumps over you (so giving 126 points for Perez, then 166 to Alonso, etc). That should give me the correct results as explained by you.

    Thanks!

    • host0@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      Just to let you know, in case you don’t, it’s possible to edit your post title on Lemmy if you want to, unlike Reddit.

      • shooktea@lemmy.worldOP
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        11 months ago

        Fixed, thank you!

        Will update data on lowest possible place for Verstappen after updating the code