Updated the MLPCpp submodule which is now able to use different scaling methods (standard, robust, and min-max) for scaling the neural network inputs and outputs.
Related Work
This update relates to the parts of SU2 regarding data-driven simulations (CDataDrivenFluid and CFlameletFluid).
PR Checklist
[X] I am submitting my contribution to the develop branch.
[x] My contribution generates no new compiler warnings (try with --warnlevel=3 when using meson).
Proposed Changes
Updated the MLPCpp submodule which is now able to use different scaling methods (standard, robust, and min-max) for scaling the neural network inputs and outputs.
Related Work
This update relates to the parts of SU2 regarding data-driven simulations (CDataDrivenFluid and CFlameletFluid).
PR Checklist
pre-commit run --all
to format old commits.