Skip to content

Question about EDMD fit function #67

@kiranvodrahalli

Description

@kiranvodrahalli

Hi,

I was confused by the following line in the fit function:
W = concatenate((Z_dot, X), axis=0) (line 56 in core/learning/edmd.py).
As I understand the EDMD algorithm, W is supposed to be the lifted version of the next predicted state -- why is it the concatenation of the derivative of the lifted Xs (Zs) and X? In particular, it does not seem like this is what https://arxiv.org/pdf/1611.03537.pdf does (referring to pg 8, eqs 16-21) -- it seems like W should be Y_lift. Am I missing something?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions