Data Generators 3D

class DataGeneratorRegression3D : public DataGeneratorRegression

Public Functions

DataGeneratorRegression3D(Config *settings)

Class constructor. Generates training data for neural network approaches using spherical harmonics and an entropy functional and the quadrature specified by the options file.

Parameters:

settings – config class with global information

Private Functions

virtual void SampleSolutionU() override

Samples solution vectors u.

virtual void ComputeMoments() override

Pre-Compute Moments at all quadrature points.

virtual void ComputeSetSizeU() override

Computes the size of the training set, depending on the chosen settings.

virtual void CheckRealizability() override

Debugging helper. Will be removed.