У нас вы можете посмотреть бесплатно Attractors.jl: next-gen (multi-)stability analysis | Datseris | JuliaCon 2024 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Attractors.jl: next-gen (multi-)stability analysis by George Datseris PreTalx: https://pretalx.com/juliacon2024/talk... Attractors.jl is a Julia package (part of the DynamicalSystems.jl) focusing on finding attractors of dynamical systems and continuing them along a parameter axis. Attractor is a concept that generalizes established concepts such as "fixed point" and "steady state". Our approach with Attractors.jl was inspired by modern applications of dynamical systems: where multistability is crucial, and transitions between attractors (often termed as "tipping points") is one of the most important aspects of the system to understand. That is why we designed Attractors.jl to be different than traditional "continuation" software. Our approach is like a "birds-eye-view" of the state space, instead of focusing locally on a particular point. This approach comes with two strong benefits: 1) multistability can be detected automatically, 2) stability of attractors is quantified in terms of more powerful and general concepts of global stability (versus the established standard concepts of local stability). Additionally, Attractors.jl has been designed so that its core interfaces are extendable out-of-the-box, allowing future progress in stability analysis to be directly integrated with the package! In this talk we will discuss the following points: Introduction to multistable dynamical systems for a general audience (with some background in math or natural sciences) Overview of the features of Attractors.jl The importance of multistability and global stability in real-world applications of dynamical systems The interface(s) of Attractors.jl and their extendable design Comparison with traditional continuation software A runnable code snippet using the package