For F1 Manager 2022 players, this guide is about how to easily get Perfect Setups in F1 Manager 2022, and detailed explanation of how it works.
Setup Calculator
If you are curious about how it works / why it would work, just scroll down, there will be some technical analysis in the following sections.
- 1. Pick your Current Practice Setup on the Left
- 2. Do a Practice Run, waiting for feedbacks.
- 3. Choose corresponding feedbacks after the run.
- 4. Click “FIND NEAREST” to get a suggested setup, and start over.
- In 3-5 attempts it would get you 99%-100% setups!
How Setup Works
Different setups could result in different car bias values, and better car setup could lead to a better performance, which could translate to race victories and championships.
This table explains how a difference in setup could affect the outcomes.
Technical Details
After lots of datapoints collected, we could figure out the resulting bias is a linear function of the input, which means if you shift twice the length, the resulting bias would also be exactly doubled, which is the foundation of the analysis.
First we normalize the inputs and outputs to [0, 1] range, which means the leftmost is re-assigned value 0 and the rightmost is now 1.
After lots of pixel-counting we got this table:
Which means if we move right 1 unit of Front Wing Angle, we would have 0.4 more units of Oversteer, 0.2 less Breaking Stability, 0.3 more Cornering, 0.15 less Traction and 0.1 less Straight, etc.
Feedbacks and Confidence Values
Since we got the relationships between setups and biases, we could know the exact value of the bias for any given setup. After another huge amount of trials, I figured out that –
(which d is the difference to the perfect bias)
optimal: d <= 0.007 (technically 39/5600, but 0.007 is between 39 and 40 so it would also work)
great: d <= 0.04
good: d <= 0.1
bad: d > 0.1
For each bias metric, -1% for 0.01 difference, which is capped at 20%
So if it’s way too high/low for a specific metric, it would only count as -20%.
Summing them up makes the whole 100%, which is the Confidence Value.
Conversion and Converting Back
Based on linear algebra knowledges, basically the calculation of bias is technically matrix multiplication[en.wikipedia.org].
which 𝑴 =
And we have (** 𝑹: Bias Result / 𝑺: Setup)
𝑺𝑴 = 𝑹
and matrix product is invertible and associative, so we could have
𝑺𝑴(𝑴⁻¹) = 𝑹(𝑴⁻¹), which means 𝑹(𝑴⁻¹) = 𝑺
Since the matrix 𝑴 is Invertible[en.wikipedia.org], it’s easy to calculate 𝑴⁻¹ =
After all, since 𝑺 is discrete in-game, the solution is only theoretical and not directly usable, but it could give you a basic guidance which requires you to do some fine-tuning.
But one good thing about being discrete: you could enumerate all possibilities, which is accurate and efficient since the possibilities are less than a million.
Conclusion
Since we already have some constraints, and we know how these setups work.
The remaining thing is finding the right setups from all 952560 possibilities matching these constraints.
Pick one from them, and try running again, the possibilities would be quickly reduced to the perfect one in 4-5 attempts, which is overwhelmingly effective.
Additionally, you could do some manual runs and set an initial value, which could lead to even better results.
Related Posts:
- F1 Manager 2022 Generic Setups for All Tracks
- F1 Manager 2022 Design and Research Mechanics
- F1 Manager 2022 List of Drivers and Key Staff
- F1 Manager 2022 Realistic High-Potential Young Driver Signing Recommendations