su2code / SU2

SU2: An Open-Source Suite for Multiphysics Simulation and Design
https://su2code.github.io
Other
1.37k stars 842 forks source link

Updated MLPCpp module supporting additional input/output scaling methods #2369

Closed EvertBunschoten closed 3 weeks ago

EvertBunschoten commented 1 month ago

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

joshkellyjak commented 1 month ago

Maybe a good oppurtunity to correct this issue?

https://github.com/su2code/SU2/issues/2366

EvertBunschoten commented 3 weeks ago

Maybe a good oppurtunity to correct this issue?

2366

I swapped the descriptions so once this PR is closed we can close the issue as well.