Class EDMDRBFSolverWrapper
The class EDMDRBFSolverWrapper
is a subclass of SolverWrapper
, it's a wrapper for the EDMDSolver using RBF.
API Documentation¶
Bases: SolverWrapper
__init__(config_file)
¶
Initializes the SolverWrapper instance.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config_file
|
str
|
The path to the configuration file. |
required |
Attributes:
Name | Type | Description |
---|---|---|
_use_param_dataset |
bool
|
A flag indicating whether to use a parameterized dataset. |