Chris Rackauckas - NonlinearSolve.jl: Efficient Rootfinding and Algebraic Equations in Julia

Поділитися
Вставка
  • Опубліковано 16 чер 2024
  • Many problems can be reduced down to solving f(x) = 0, maybe even more than you think! Solving a stiff differential equation? Finding out where the ball hits the ground? Solving an inverse problem to find the parameters to fit a model? In this talk we'll showcase how SciML's NonlinearSolve.jl is a general system for solving nonlinear equations and demonstrate its ability to efficiently handle these kinds of problems with high stability and performance.
    More Information: Why we deprecated NLsolve.jl for NonlinearSolve.jl for Solving Nonlinear Systems in Julia sciml.ai/news/2024/01/23/nlso...
    Time Stamps:
    00:00 Welcome!
    00:10 Help us add time stamps or captions to this video! See the description for details.
    Want to help add timestamps to our UA-cam videos to help with discoverability? Find out more here: github.com/JuliaCommunity/You...
    Interested in improving the auto generated captions? Get involved here: github.com/JuliaCommunity/You...
  • Наука та технологія

КОМЕНТАРІ • 4

  • @nicklam3594
    @nicklam3594 5 місяців тому +23

    At this point it is not Julia that is good. It is the SciML guys and their mentality lol!

    • @sucim
      @sucim 4 місяці тому +2

      "Came for the diffeq stuff, stayed for everything else" will be the future onboarding pipeline for new Julia users :D

  • @jaantollander
    @jaantollander 3 місяці тому +1

    Very exciting talk as always!

  • @clementdato6328
    @clementdato6328 5 місяців тому

    I am not very familiar with solvers, but this seems unreasonably good. Automatic sparsity pattern seems to be a simplified version of a more general problem to detect priors or intent of a user by a system.