Skip to content

Class EDMDDLSolverWrapper

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.

solve()

Solves the problem using EDMDDL algorithm with the provided datasets.

Returns:

Type Description
Koopman

The result of the EDMDDL algorithm.