home.social

Search

97 results for “chrisrackauckas”

  1. Sundials.jl v5.0: Update to SUNDIALS v7 and Improved DAE Initialization

    A major update that brings significant improvements to differential-algebraic equation (DAE) solving and upgrades to the latest Sundials C library

    sciml.ai/news/2025/09/17/sundi

    #julialang #sciml #sundials #dae

  2. Sundials.jl v5.0: Update to SUNDIALS v7 and Improved DAE Initialization

    A major update that brings significant improvements to differential-algebraic equation (DAE) solving and upgrades to the latest Sundials C library

    sciml.ai/news/2025/09/17/sundi

    #julialang #sciml #sundials #dae

  3. Sundials.jl v5.0: Update to SUNDIALS v7 and Improved DAE Initialization

    A major update that brings significant improvements to differential-algebraic equation (DAE) solving and upgrades to the latest Sundials C library

    sciml.ai/news/2025/09/17/sundi

    #julialang #sciml #sundials #dae

  4. Sundials.jl v5.0: Update to SUNDIALS v7 and Improved DAE Initialization

    A major update that brings significant improvements to differential-algebraic equation (DAE) solving and upgrades to the latest Sundials C library

    sciml.ai/news/2025/09/17/sundi

    #julialang #sciml #sundials #dae

  5. New fastest explicit non-stiff ODE solver? That's right, we now have something beating the pants off of the high order explicit RK methods! Check out the new symbolic-numeric optimized Taylor methods available in DifferentialEquations.jl! It uses a mix of Taylor-Mode AD, a symbolic post-processing trick, and a new order adaptivity algorithm to give a new level of performance.

    See the paper: arxiv.org/abs/2602.04086

  6. Scientific machine learning () is not just about adding scientific information to machine learning, but it's also about making machine learning accessible to heterogeneous data.

    youtube.com/shorts/jop2SYBx0Nc

  7. Check out the latest Dispatch Podcast! This episode goes over the changes to the Julia language, its standard libraries, and the main changes in the package ecosystem (, JuMP, etc.) that occurred over the summer. Most posts coming soon as well!

    youtube.com/watch?v=q3_W7aerRYk

  8. SciML Developer Chat Episode 1: Base Splits and Symbolics Precompilation

    Welcome to the first episode of the SciML Dev Chat! We discuss the latest developments in the (Scientific Machine Learning) ecosystem for !

    youtu.be/0yQ4aZ-ABhY

  9. MIT Julia Lab: looking for postdoctoral researchers in open source software development, scientific machine learning (), and systems biological / pharmacological modeling () for research in equation discovery for large stiff systems.

    julia.mit.edu/projects/#postdo

  10. New workshop materials on High-Performance Scientific Modeling with Julia & SciML:

    for scientific computing
    • ODEs/PDEs & numerical methods
    • Symbolic-numeric modeling
    • Biological systems (Catalyst.jl)
    • Parameter estimation
    & UDEs

    github.com/SciML/Julia_Modelin

  11. DifferentialEquations.jl is many things, and lots of people only use a small portion of it. Check out the JuliaCon 2025 workshop: introduces many aspects of the packages that the developers feel are underutilized and under-understood!

    youtube.com/watch?v=lSGFAmXKIsE

  12. Check out the JuliaCon workshop SciML in Fluid Dynamics (CFD): Surrogates of Weather Models.
    Go into depth on all of the major surrogate architectures and give them a try on the weather model challenge problem!

    youtube.com/watch?v=PfRxU2kMysU

  13. SciML Fellowship development 2025 - JumpProcesses.jl: Introducing vr_aggregator for VariableRateJumps, GPU-enhanced SimpleTauLeaping and Extending with τ-Leap Algorithms for Jump Process Simulation

    sciml.ai/news/2025/09/13/jumpp

  14. Mixed precision and automatic GPU offloading for Newton solves and stiff ODE solvers has now landed thanks to improvements in LinearSolve.jl. Run LinearSolveAutotune.jl so that things like usage of GPUs in becomes automatic!

    sciml.ai/news/2025/09/07/recen

  15. New Symbolic-Numeric algorithm which uses rational polynomial interpolation mixed with differential algebra in order to give a highly robust method for parameter estimation and solving inverse problems on ODEs.

    sciencedirect.com/science/arti

  16. New blog post: Implicit ODE Solvers Are Not Universally More Robust than Explicit ODE Solvers, Or Why No ODE Solver is Best

    Talks about how "robust" methods can be less robust in practice. Justifies hundreds of methods in

    stochasticlifestyle.com/implic

  17. LinearSolve.jl just got autotuning 🔥 The problem: picking linear solvers is hardware-dependent voodoo. Solution: automatic benchmarking that tells you EXACTLY what to use. Share the results to improve the system!

    Details: sciml.ai/news/2025/08/16/linearsolve_autotuning/

  18. What is the programming language? This is stitched from the interviews of a lot of developers telling their stories as to why they are committed to the mission of . Performance, scaling, easy, fun?

    youtube.com/watch?v=jPDCSG-GCYQ

  19. New paper on fitting models to neuroimaging and electrophysiological data! We show that the previous techniques within the field (Spectral DCM) can be greatly improved using automatic differentiation, , ModelingToolkit, and more.

    This demonstrates how the optimization and Bayesian estimation of the Julia SciML tooling could be the tool analyzing your fMRIs in the near future!

    See the link for the full paper: direct.mit.edu/imag/article/do

  20. The problem of building neural surrogates for real-world industrial problems is not a problem of choosing neural network architectures, it's a problem of gathering the right training data from the model you're seeking to emulate. We demonstrate this on a turbofan jet engine, achieving 0.1% relative error through an active learning process. This is one of the demonstrations from showcasing the advancements of industrialization of

    Details: arxiv.org/abs/2501.07701

  21. Physics-Informed Neural Surrogates for Mesh-Invariant Modeling of High-Speed Flows at #AIAA #SciTech!

    High-speed flight simulation is computationally brutal. A single CFD run can take hours on a cluster. That's fine for final validation, but not for early design exploration or real-time decision-making.

    Neural surrogate that predicts aerodynamic behavior 595x faster than CFD while maintaining ~1% relative error.

    Paper: lnkd.in/efe2Q_T9

    #sciml #Julia #CFD #Hypersonics #AIAASciTech

  22. Physics-Informed Neural Surrogates for Mesh-Invariant Modeling of High-Speed Flows at #AIAA #SciTech!

    High-speed flight simulation is computationally brutal. A single CFD run can take hours on a cluster. That's fine for final validation, but not for early design exploration or real-time decision-making.

    Neural surrogate that predicts aerodynamic behavior 595x faster than CFD while maintaining ~1% relative error.

    Paper: lnkd.in/efe2Q_T9

    #sciml #Julia #CFD #Hypersonics #AIAASciTech

  23. Physics-Informed Neural Surrogates for Mesh-Invariant Modeling of High-Speed Flows at #AIAA #SciTech!

    High-speed flight simulation is computationally brutal. A single CFD run can take hours on a cluster. That's fine for final validation, but not for early design exploration or real-time decision-making.

    Neural surrogate that predicts aerodynamic behavior 595x faster than CFD while maintaining ~1% relative error.

    Paper: lnkd.in/efe2Q_T9

    #sciml #Julia #CFD #Hypersonics #AIAASciTech

  24. Physics-Informed Neural Surrogates for Mesh-Invariant Modeling of High-Speed Flows at #AIAA #SciTech!

    High-speed flight simulation is computationally brutal. A single CFD run can take hours on a cluster. That's fine for final validation, but not for early design exploration or real-time decision-making.

    Neural surrogate that predicts aerodynamic behavior 595x faster than CFD while maintaining ~1% relative error.

    Paper: lnkd.in/efe2Q_T9

    #sciml #Julia #CFD #Hypersonics #AIAASciTech

  25. 📣 Calling all tool developers and users! Applications for the "Systems biology: community needs, plans, and visions" discussion @JuliaCon are now open! Brainstorm future developments and collaborate with top players in the field.

    ➡️Apply now: forms.gle/icu9Fp1cNPPvCJsW7
    ➡️More info: pretalx.com/juliacon2023/talk/