Release Date
June 20, 2025
Type
Minor
Status
Testing
Notes
New AI features.
New features
- Deployment of a multi-threading version of the iterative solver to speed up Full-Order Model solution with parallelization
- Introduction of the discrepancy error input operator. User can define an operator such as add, sub, mul, between two signals, as discrepancy model input. For example:
Discrepancy_Input = {
Current,
Signal_NTC - Signal_VTS
};
This allows to design and train more efficient and precise discrepancy models.