Skip to content

Commit

Permalink
Update demo_rom_manager_nn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasSR authored Jan 30, 2024
1 parent a1ec10d commit e8a20a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def GetRomManagerParameters():
general_rom_manager_parameters = KratosMultiphysics.Parameters("""{
"rom_stages_to_train" : ["ROM"], // ["ROM","HROM"]
"rom_stages_to_test" : [], // ["ROM","HROM"]
"rom_stages_nn_fit" : ["GenValData","GenTrainData","TrainNN"], // ["GenValData","GenTrainData","TrainNN"]
"type_of_decoder" : "ann_enhanced", // "linear" "ann_enhanced", TODO: add "quadratic"
"paralellism" : null, // null, TODO: add "compss"
"projection_strategy": "galerkin", // "lspg", "galerkin", "petrov_galerkin"
"assembling_strategy": "global", // "global", "elemental"
Expand Down

0 comments on commit e8a20a0

Please sign in to comment.