-
Massachusetts Institute of Technology
- Cambridge, MA
- www.chrisrackauckas.com
- @chrisrackauckas
Highlights
- Pro
Block or Report
Block or report ChrisRackauckas
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components
-
-
SciML/ModelingToolkit.jl Public
A modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automa…
-
JuliaSymbolics/Symbolics.jl Public
A fast and modern CAS for a fast and modern language.
-
SciML/DiffEqFlux.jl Public
Universal neural differential equations with O(1) backprop, GPUs, and stiff+non-stiff DE solvers, demonstrating scientific machine learning (SciML) and physics-informed machine learning methods
-
SciML/SciMLTutorials.jl Public
Tutorials for doing scientific machine learning (SciML) and high-performance differential equation solving with open source software.
8,043 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 428 commits in 46 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 21 repositories not shown
Created 3 repositories
Created a pull request in SciML/DiffEqSensitivity.jl that received 6 comments
Opened 57 other pull requests in 29 repositories
SciML/OrdinaryDiffEq.jl
8
merged
3
open
1
closed
-
make
get_dusafe for FunctionMap - Default multithreaded implicit extrapolation to use a non-threaded lu
- Use NonlinearSolve.jl for DAE initialization
- Move default alg choice sooner to improve inner loop stability
- Fix stability of dolinearsolve calls
- fix typo in jac choice
- fix oop linear solver choices
-
Fix Krylov automatic update of
u - fix du for stiff interpolations
- Fix typos in add_steps! Rodas5
- check master
- A complete and proper preconditioner interface
SciML/LinearSolve.jl
6
merged
1
closed
SciML/DiffEqSensitivity.jl
1
open
2
merged
SciML/DiffEqDocs.jl
3
merged
SciML/sciml.ai
2
merged
JuliaSymbolics/Symbolics.jl
2
merged
SciML/ModelingToolkit.jl
2
merged
SciML/Sundials.jl
2
merged
SciML/DiffEqCallbacks.jl
2
merged
SciML/StochasticDelayDiffEq.jl
2
merged
SciML/RecursiveArrayTools.jl
1
closed
1
merged
SciML/NonlinearSolve.jl
1
merged
LCSB-BioCore/SBML.jl
1
merged
SciML/PreallocationTools.jl
1
merged
SciML/MethodOfLines.jl
1
merged
SciML/DiffEqOperators.jl
1
merged
SciML/DataDrivenDiffEq.jl
1
closed
JuliaDiff/FiniteDiff.jl
1
merged
SciML/DifferentialEquations.jl
1
merged
SciML/DiffEqBase.jl
1
open
SciML/StochasticDiffEq.jl
1
merged
haampie/IncompleteLU.jl
1
open
JuliaSmoothOptimizers/Krylov.jl
1
merged
SciML/SciMLBase.jl
1
merged
JuliaDiff/SparseDiffTools.jl
1
merged
Reviewed 15 pull requests in 13 repositories
SciML/DiffEqSensitivity.jl
2 pull requests
SciML/RecursiveArrayTools.jl
2 pull requests
SciML/sciml.ai
1 pull request
FluxML/Flux.jl
1 pull request
SciML/Surrogates.jl
1 pull request
SciML/DiffEqCallbacks.jl
1 pull request
JuliaDiff/SparseDiffTools.jl
1 pull request
PumasAI/DataInterpolations.jl
1 pull request
SciML/QuasiMonteCarlo.jl
1 pull request
SciML/DiffEqFlux.jl
1 pull request
SciML/OrdinaryDiffEq.jl
1 pull request
SciML/NeuralPDE.jl
1 pull request
SciML/DiffEqDocs.jl
1 pull request
Created an issue in SciML/OrdinaryDiffEq.jl that received 9 comments
Krylov.jl optimizations for ODE usage
MWE of preconditioned Newton-Krylov solves with OrdinaryDiffEq and Sundials: using OrdinaryDiffEq, LinearSolve, Test const N = 32 const xyd_brussel…