Files
myWiki/concepts/koopman-theory.md

1.2 KiB
Raw Blame History

title, created, updated, type, tags, sources
title created updated type tags sources
Koopman TheoryKoopman 理论) 2026-05-11 2026-05-11 concept
dynamical-systems
operator-theory
mathematical-physics
liu-koopa-2023

Koopman TheoryKoopman 理论)

定义

Koopman 理论Bernard Koopman, 1931是动力系统的算子理论框架假设系统状态 x_t 可被投影到测量函数 g 的空间中,该空间中的动力学由一个无限维线性算子 K 驱动:

K ∘ g(x_t) = g(F(x_t)) = g(x_{t+1})

核心洞见

  • 从非线性到线性的映射:在原始状态空间是非线性的动力学 F在测量函数空间中是线性的
  • 谱分析能力:线性算子可应用全套谱分析工具,获得动力学的深度解析
  • 无限维代价:算子 K 是无限维的,实践中需要有限维近似

数值实现

dynamic-mode-decomposition 是标准的有限维 Koopman 算子近似方法。koopman-autoencoder 用深度网络学习测量函数,避免了手工设计的困难。

相关概念