├── data_preparation.py ├── experimental_design.py ├── loss_function.py ├── main.py ├── physical_guided_neural_network.py ├── physics_based_loss_function.py └── pytorchtools.py /data_preparation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuxuanXiu/PGNN.pytorch/HEAD/data_preparation.py -------------------------------------------------------------------------------- /experimental_design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuxuanXiu/PGNN.pytorch/HEAD/experimental_design.py -------------------------------------------------------------------------------- /loss_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuxuanXiu/PGNN.pytorch/HEAD/loss_function.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuxuanXiu/PGNN.pytorch/HEAD/main.py -------------------------------------------------------------------------------- /physical_guided_neural_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuxuanXiu/PGNN.pytorch/HEAD/physical_guided_neural_network.py -------------------------------------------------------------------------------- /physics_based_loss_function.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pytorchtools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuxuanXiu/PGNN.pytorch/HEAD/pytorchtools.py --------------------------------------------------------------------------------