plasma-sds / bes-inference

This package features routines for the training and development of ML based inference for BES. The main objectives of the package is multiple methods to infer beam emission from plasma density and vice-versa infer plasma density based on beam emission.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Adding pakadge structure and inits #10

Open asztalosors opened 1 month ago

asztalosors commented 1 month ago

Create packages that are essential to a BES inference package.:

The expectation is that packages such as networks, density and emission should have well-defined universal data input and output formats --> allowing for any possible independent deployment of each. Utility aims to provide the tools to transform input data into the required format and other features.

asztalosors commented 1 month ago

ELM.py is relevant for further development of #5

asztalosors commented 1 month ago

evaluation.py is relevant for further development of #7.

asztalosors commented 1 month ago

pinn.py is relevant for the further development of #6