diffeqpy VS ModelingToolkitStandardLibrary.jl

Compare diffeqpy vs ModelingToolkitStandardLibrary.jl and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
diffeqpy ModelingToolkitStandardLibrary.jl
4 2
494 98
3.8% -
7.7 9.1
about 1 month ago 8 days ago
Python Julia
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

diffeqpy

Posts with mentions or reviews of diffeqpy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.

ModelingToolkitStandardLibrary.jl

Posts with mentions or reviews of ModelingToolkitStandardLibrary.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.
  • Is Julia is a good first language for children/teens?
    1 project | /r/Julia | 29 May 2022
    I see, yes, RigidBodySim is in a bit of a bad place since Twan and Robin spend all of their time doing "real robotics projects" now (they are both at Boston Dynamics). I think it's fine though, since I don't think that that is the right implementation anymore anyways. Robotics simulators like Drake, (Diff)Taichi, MuJoCo, etc. end up numerically unstable when trying to model real physics, which is why still the big industrial simulations use Dymola. This is why these days it's all going the route of ModelingToolkit. MTK plus a differentiable simulator (DifferentialEquations.jl) already runs circles around MuJoCo and DiffTaichi, it just needs to complete its library to make building rigid body simulations a lot simpler. Once the mechanical components portion of the ModelingToolkit Standard Library is completed, we plan to demonstrate some things like control of UAVs and such. That's all slated for this year (and is connected to some things going on in JuliaSim), in which case I think we'll be in a much better state for this domain.
  • ‘Machine Scientists’ Distill the Laws of Physics from Raw Data
    8 projects | news.ycombinator.com | 10 May 2022
    The thing to watch in the space of Simulink/Modelica is https://github.com/SciML/ModelingToolkit.jl . It's an acausal modeling system similar to Modelica (though extended to things like SDEs, PDEs, and nonlinear optimization), and has a standard library (https://github.com/SciML/ModelingToolkitStandardLibrary.jl) similar to the MSL. There's still a lot to do, but it's pretty functional at this point. The two other projects to watch are FunctionalModels.jl (https://github.com/tshort/FunctionalModels.jl, which is the renamed Sims.jl), which is built using ModelingToolkit.jl and puts a more functional interface on it. Then there's Modia.jl (https://github.com/ModiaSim/Modia.jl) which had a complete rewrite not too long ago, and in its new form it's fairly similar to ModelingToolkit.jl and the differences are more in the details. For causal modeling similar to Simulink, there's Causal.jl (https://github.com/zekeriyasari/Causal.jl) which is fairly feature-complete, though I think a lot of people these days are going towards acausal modeling instead so flipping Simulink -> acausal, and in that transition picking up Julia, is what I think is the most likely direction (and given MTK has gotten 40,000 downloads in the last year, I think there's good data backing it up).

    And quick mention to bring it back to the main thread here, the DataDrivenDiffEq symbolic regression API gives back Symbolics.jl/ModelingToolkit.jl objects, meaning that the learned equations can be put directly into the simulation tools or composed with other physical models. We're really trying to marry this process modeling and engineering world with these "newer" AI tools.

What are some alternatives?

When comparing diffeqpy and ModelingToolkitStandardLibrary.jl you can also consider the following projects:

DifferentialEquations.jl - Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.

PySR - High-Performance Symbolic Regression in Python and Julia

ModelingToolkit.jl - An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations

Modia.jl - Modeling and simulation of multidomain engineering systems

DiffEqBase.jl - The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems

pySRURGS - Symbolic regression by uniform random global search

DiffEqSensitivity.jl - A component of the DiffEq ecosystem for enabling sensitivity analysis for scientific machine learning (SciML). Optimize-then-discretize, discretize-then-optimize, and more for ODEs, SDEs, DDEs, DAEs, etc. [Moved to: https://github.com/SciML/SciMLSensitivity.jl]

Causal.jl - Causal.jl - A modeling and simulation framework adopting causal modeling approach.

csvzip - A standalone CLI tool to reduce CSVs size by converting categorical columns in a list of unique integers.

auto-07p - AUTO is a publicly available software for continuation and bifurcation problems in ordinary differential equations originally written in 1980 and widely used in the dynamical systems community.

FunctionalModels.jl - Equation-based modeling and simulations in Julia