Skip to content

Commit e8a20a0

Browse files
authored
Update demo_rom_manager_nn.py
1 parent a1ec10d commit e8a20a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rom_application/RomManager_cantilever_NN/demo_rom_manager_nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def GetRomManagerParameters():
8585
general_rom_manager_parameters = KratosMultiphysics.Parameters("""{
8686
"rom_stages_to_train" : ["ROM"], // ["ROM","HROM"]
8787
"rom_stages_to_test" : [], // ["ROM","HROM"]
88-
"rom_stages_nn_fit" : ["GenValData","GenTrainData","TrainNN"], // ["GenValData","GenTrainData","TrainNN"]
88+
"type_of_decoder" : "ann_enhanced", // "linear" "ann_enhanced", TODO: add "quadratic"
8989
"paralellism" : null, // null, TODO: add "compss"
9090
"projection_strategy": "galerkin", // "lspg", "galerkin", "petrov_galerkin"
9191
"assembling_strategy": "global", // "global", "elemental"

0 commit comments

Comments
 (0)