2026 Hybrid Powerunits

All that has to do with the power train, gearbox, clutch, fuels and lubricants, etc. Generally the mechanical side of Formula One.
User avatar
hollus
Moderator
Joined: 29 Mar 2009, 01:21
Location: Copenhagen, Denmark

Re: 2026 Hybrid Powerunits

Post

I am pretty sure this is not AI in the sense of what passes for AI in the last 3 years.
“The algorithm” here is probably not more than a meduim complexity excel sheet, only running in real time and not on Excel.
¡Puxa Sporting!

DDopey
DDopey
1
Joined: 02 Nov 2022, 09:54

Re: 2026 Hybrid Powerunits

Post

Before this generative AI that is now the hype, there was already AI, it's an umbrella term. Under it you have machine learning.
In ML you have models like, machine learning regression models. These take in a lot of parameters and then do a prediction of a value. This does not cost a lot of computation and is deterministic so this could be used. This makes most sense for the engines.

There are also a bit more of advanced ML models with deep learning, like Recurrent Neural Network (RNN) or Convolution Neural Network (CNN), depending on the complexity of the models these can also be used but require much more computation (still possible on embedded hardware, but heavier than the regression models). These are used to find hidden patterns, do classifications, image recognition and such. So depending on how sophisticated the need is this could also be used, but I dont think so.

liuzka
liuzka
0
Joined: 08 May 2015, 22:31

Re: 2026 Hybrid Powerunits

Post

I was just wondering that everyone is complaining about AI and how they do not understand it, but that is bit stupid if it’s their own work.

While ML needs usually quite big dataset I would imagine that they run it in simulator before weekend as for base “map” and then it gets fine tuned during actual driving. If it works like this it might make simulator work very important and also that simulator driving is as close to real driving would be crucial. I have no idea if simulator is driven by computer or human.


On the other hand if customer teams get their “AI” from PU manufacturer then it is totally valid criticism.

spokes
spokes
0
Joined: 23 Jul 2026, 19:51

Re: 2026 Hybrid Powerunits

Post

Just putting my boring solution to all these "algorithm" "ai" deployment issues into the ether...here's to hoping someone at the FIA makes this the rule :D

I think this should, and could, be solved by having power modes that are closely related to the driver's throttle pedal position, and limit the amount of modes allowed (let's say 10). This way, engineers can work on developing deployment modes specific to tracks, but the driver controls which mode he uses.

For example, you have power modes 1-10, mode 1 deploys the least amount of energy, but inversely, harvests the most. therefore focuses on harvesting. Mode "5" delivers a balanced amount of energy deployment, and recharges an equal amount, allowing drivers to charge up what the same amount they use in a lap. Mode 10 would provide the most power, but not to exceed what the driver's right foot requests.

If the driver is giving 100% throttle he's getting 100% battery deployment, or if the driver is giving 50% throttle he's giving 50% of the battery deployment etc.

In this way, engineers can setup the modes specific to the track conditions, and drivers can get dependable output, allowing them to change modes when they need something from the battery/power unit.

User avatar
venkyhere
45
Joined: 10 Feb 2024, 06:17

Re: 2026 Hybrid Powerunits

Post

spokes wrote:
23 Jul 2026, 19:53
Just putting my boring solution to all these "algorithm" "ai" deployment issues into the ether...here's to hoping someone at the FIA makes this the rule :D

I think this should, and could, be solved by having power modes that are closely related to the driver's throttle pedal position, and limit the amount of modes allowed (let's say 10). This way, engineers can work on developing deployment modes specific to tracks, but the driver controls which mode he uses.

For example, you have power modes 1-10, mode 1 deploys the least amount of energy, but inversely, harvests the most. therefore focuses on harvesting. Mode "5" delivers a balanced amount of energy deployment, and recharges an equal amount, allowing drivers to charge up what the same amount they use in a lap. Mode 10 would provide the most power, but not to exceed what the driver's right foot requests.

If the driver is giving 100% throttle he's getting 100% battery deployment, or if the driver is giving 50% throttle he's giving 50% of the battery deployment etc.

In this way, engineers can setup the modes specific to the track conditions, and drivers can get dependable output, allowing them to change modes when they need something from the battery/power unit.
My friend, the problem in question is not 'the quantum' (rate/duration) of charge/discharge , but the 'timing' of it => 'how-much' is not the issue, 'when' is the issue. The throttle pedal is a 'suggestion' now, rather than the 'command' it used to be before. The timing is decided by a computer based on how it 'senses' the position of the car on track (GPS ? distance covered ? custom positioning signal ? I'm not sure, but whatever it is, it's based on some 'learning' from previously fed data, in tandem with actual data collected during practice).

Its the most f****ed-up way to implement ANY RACING series.

spokes
spokes
0
Joined: 23 Jul 2026, 19:51

Re: 2026 Hybrid Powerunits

Post

venkyhere wrote:
23 Jul 2026, 20:53
My friend, the problem in question is not 'the quantum' (rate/duration) of charge/discharge , but the 'timing' of it => 'how-much' is not the issue, 'when' is the issue. The throttle pedal is a 'suggestion' now, rather than the 'command' it used to be before. The timing is decided by a computer based on how it 'senses' the position of the car on track (GPS ? distance covered ? custom positioning signal ? I'm not sure, but whatever it is, it's based on some 'learning' from previously fed data, in tandem with actual data collected during practice).

Its the most f****ed-up way to implement ANY RACING series.
I love the way you put it! a suggestion versus a command.
Because of the nature of electric power (being able to provide instant torque), my suggestion was more so a knob on the driver's steering wheel that essentially controls how much output can be given, relative to the driver's pedal.

i.e. in Mode 1, you only ever deploy max 10% of battery output at a given time. So if you give 100% throttle, in mode 1, you only get 10% of the batteries max deployment. If you do 50% throttle (still in mode one), you only deploy 5% of the batteries max deployment. The driver still commands how much power he wants, but he has more control over how much torque can be given depending on the mode he is in.