HighDimPDE.jl
HighDimPDE.jl is a Julia package to solve Highly Dimensional non-linear, non-local PDEs of the forms:
1. Partial Integro Differential Equations:
\[\begin{aligned} (\partial_t u)(t,x) &= \int_{\Omega} f\big(t,x,{\bf x}, u(t,x),u(t,{\bf x}), ( \nabla_x u )(t,x ),( \nabla_x u )(t,{\bf x} ) \big) \, d{\bf x} \\ & \quad + \big\langle \mu(t,x), ( \nabla_x u )( t,x ) \big\rangle + \tfrac{1}{2} \text{Trace} \big(\sigma(t,x) [ \sigma(t,x) ]^* ( \text{Hess}_x u)(t, x ) \big). \end{aligned}\]
where $u \colon [0,T] \times \Omega \to \R$, $\Omega \subseteq \R^d$ is subject to initial and boundary conditions, and where $d$ is large. These equations are defined using the PIDEProblem
2. Parabolic Partial Differential Equations:
\[\begin{aligned} (\partial_t u)(t,x) &= f\big(t,x, u(t,x), ( \nabla_x u )(t,x )\big) + \big\langle \mu(t,x), ( \nabla_x u )( t,x ) \big\rangle + \tfrac{1}{2} \text{Trace} \big(\sigma(t,x) [ \sigma(t,x) ]^* ( \text{Hess}_x u)(t, x ) \big). \end{aligned}\]
where $u \colon [0,T] \times \Omega \to \R$, $\Omega \subseteq \R^d$ is subject to initial and boundary conditions, and where $d$ is large. These equations are defined using the ParabolicPDEProblem
The difference between the two problems is that in Partial Integro Differential Equations, the integrand is integrated over x, while in Parabolic Integro Differential Equations, the function f is just evaluated for x.
HighDimPDE.jl implements solver algorithms that break down the curse of dimensionality, including
NNKolmogorov and NNParamKolmogorov schemes for Kolmogorov PDEs.
[NNStopping] scheme for solving optimal stopping time problem.
To make the most out of HighDimPDE.jl, we advise to first have a look at the
as all solver algorithms heavily rely on it.
Algorithm overview
| Features | DeepSplitting | MLP | DeepBSDE |
|---|---|---|---|
| Time discretization free | ❌ | ✅ | ❌ |
| Mesh-free | ✅ | ✅ | ✅ |
| Single point $x \in \R^d$ approximation | ✅ | ✅ | ✅ |
| $d$-dimensional cube $[a,b]^d$ approximation | ✅ | ❌ | ✔️ |
| GPU | ✅ | ❌ | ✅ |
| Gradient non-linearities | ✔️ | ❌ | ✅ |
✔️ : will be supported in the future
Reproducibility
The documentation of this SciML package was built using these direct dependencies,
Status `~/github-runners/demeter3-4/_work/HighDimPDE.jl/HighDimPDE.jl/docs/Project.toml`
[052768ef] CUDA v6.1.0
[e30172f5] Documenter v1.17.0
[587475ba] Flux v0.16.10
[57c578d5] HighDimPDE v2.5.0 `~/github-runners/demeter3-4/_work/HighDimPDE.jl/HighDimPDE.jl`
[789caeaf] StochasticDiffEq v7.0.0
[02a925ec] cuDNN v6.1.0
[37e2e46d] LinearAlgebraand using this machine and Julia version.
Julia Version 1.10.11
Commit a2b11907d7b (2026-03-09 14:59 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 64 × AMD EPYC 9354 32-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 64 virtual cores)
Environment:
JULIA_DEPOT_PATH = /home/chrisrackauckas/github-runners/demeter3-4/.juliaA more complete overview of all dependencies and their versions is also provided.
Status `~/github-runners/demeter3-4/_work/HighDimPDE.jl/HighDimPDE.jl/docs/Manifest.toml`
[47edcb42] ADTypes v1.22.0
[a4c015fc] ANSIColoredPrinters v0.0.1
[621f4979] AbstractFFTs v1.5.0
[1520ce14] AbstractTrees v0.4.5
[7d9f7c33] Accessors v0.1.44
[79e6a3ab] Adapt v4.5.2
[66dad0bd] AliasTables v1.1.3
[dce04be8] ArgCheck v2.5.0
[ec485272] ArnoldiMethod v0.4.0
[4fba245c] ArrayInterface v7.24.0
[a9b6321e] Atomix v1.1.3
[ab4f0b2a] BFloat16s v0.6.1
[198e06fe] BangBang v0.4.9
[9718e550] Baselet v0.1.1
[70df07ce] BracketingNonlinearSolve v1.12.1
[fa961155] CEnum v0.5.0
[052768ef] CUDA v6.1.0
[bd0ed864] CUDACore v6.1.0
[9ec180c6] CUDATools v6.1.0
[1af6417a] CUDA_Runtime_Discovery v2.0.0
[9e67e8f6] CUPTI v6.1.0
[7057c7e9] Cassette v0.3.14
[082447d4] ChainRules v1.73.0
[d360d2e6] ChainRulesCore v1.26.1
[944b1d66] CodecZlib v0.7.8
[38540f10] CommonSolve v0.2.6
[bbf7d656] CommonSubexpressions v0.3.1
[34da2185] Compat v4.18.1
[a33af91c] CompositionsBase v0.1.2
[2569d6c7] ConcreteStructs v0.2.3
[187b0558] ConstructionBase v1.6.0
[6add18c4] ContextVariablesX v0.1.3
[a8cc5b0e] Crayons v4.1.1
[9a962f9c] DataAPI v1.16.0
[864edb3b] DataStructures v0.19.4
[e2d170a0] DataValueInterfaces v1.0.0
[244e2a9f] DefineSingletons v0.1.2
[8bb1440f] DelimitedFiles v1.9.1
[2b5f629d] DiffEqBase v7.2.0
[459566f4] DiffEqCallbacks v4.17.0
[77a26b50] DiffEqNoiseProcess v5.31.0
[163ba53b] DiffResults v1.1.0
[b552c78f] DiffRules v1.15.1
[a0c0ee7d] DifferentiationInterface v0.7.17
[31c24e10] Distributions v0.25.125
[ffbed154] DocStringExtensions v0.9.5
[e30172f5] Documenter v1.17.0
[4e289a0a] EnumX v1.0.7
[7da242da] Enzyme v0.13.140
[f151be2c] EnzymeCore v0.8.20
[e2ba6199] ExprTools v0.1.10
[cc61a311] FLoops v0.2.2
[b9860ae5] FLoopsBase v0.1.1
[7034ab61] FastBroadcast v1.3.2
[9aa1b823] FastClosures v0.3.2
[a4df4552] FastPower v1.3.1
[1a297f60] FillArrays v1.16.0
[6a86dc24] FiniteDiff v2.31.0
[587475ba] Flux v0.16.10
[f6369f11] ForwardDiff v1.3.3
[f62d2435] FunctionProperties v0.1.2
[069b7b12] FunctionWrappers v1.1.3
[77dc65aa] FunctionWrappersWrappers v1.8.0
[d9f16b24] Functors v0.5.2
[0c68f7d7] GPUArrays v11.5.3
[46192b85] GPUArraysCore v0.2.0
[61eb1bfa] GPUCompiler v1.10.0
[096a3bc2] GPUToolbox v1.1.1
[d7ba0133] Git v1.5.0
[86223c79] Graphs v1.14.0
[076d061b] HashArrayMappedTries v0.2.0
[57c578d5] HighDimPDE v2.5.0 `~/github-runners/demeter3-4/_work/HighDimPDE.jl/HighDimPDE.jl`
[34004b35] HypergeometricFunctions v0.3.28
[b5f81e59] IOCapture v1.0.0
[7869d1d1] IRTools v0.4.15
[d25df0c9] Inflate v0.1.5
[22cec73e] InitialValues v0.3.1
[3587e190] InverseFunctions v0.1.17
[92d709cd] IrrationalConstants v0.2.6
[82899510] IteratorInterfaceExtensions v1.0.0
[692b3bcd] JLLWrappers v1.7.1
[682c06a0] JSON v1.5.2
[b14d175d] JuliaVariables v0.2.4
[ccbc3e58] JumpProcesses v9.28.0
[63c18a36] KernelAbstractions v0.9.41
[ba0b0d4f] Krylov v0.10.6
[929cbde3] LLVM v9.7.1
[8b046642] LLVMLoopInfo v1.0.0
[b964fa9f] LaTeXStrings v1.4.0
[0e77f7df] LazilyInitializedFields v1.3.0
[87fe0de2] LineSearch v0.1.9
[7ed4a6bd] LinearSolve v3.75.0
[2ab3a3ac] LogExpFunctions v0.3.29
[e6f89c97] LoggingExtras v1.2.0
[c2834f40] MLCore v1.0.0
[7e8f7934] MLDataDevices v1.17.10
[d8e11817] MLStyle v0.4.17
[f1d291b0] MLUtils v0.4.8
[1914dd2f] MacroTools v0.5.16
[d0879d2d] MarkdownAST v0.1.3
[bb5d69b7] MaybeInplace v0.1.4
[128add7d] MicroCollections v0.2.0
[e1d29d7a] Missings v1.2.0
[46d2c3a1] MuladdMacro v0.2.4
[872c559c] NNlib v0.9.34
[611af6d1] NVML v6.1.0
[5da4648a] NVTX v1.0.3
[77ba4419] NaNMath v1.1.3
[71a1bf82] NameResolution v0.1.5
[8913a72c] NonlinearSolve v4.19.0
[be0214bd] NonlinearSolveBase v2.25.0
[5959db7a] NonlinearSolveFirstOrder v2.1.1
[9a2c21bd] NonlinearSolveQuasiNewton v1.13.1
[26075421] NonlinearSolveSpectralMethods v1.7.1
[d8793406] ObjectFile v0.5.0
[0b1bfda6] OneHotArrays v0.2.11
[3bd65402] Optimisers v0.4.7
[bac558e1] OrderedCollections v1.8.1
[bbf590c4] OrdinaryDiffEqCore v4.0.0
[4302a76b] OrdinaryDiffEqDifferentiation v3.0.0
[127b3ac7] OrdinaryDiffEqNonlinearSolve v2.0.0
[90014a1f] PDMats v0.11.37
[69de0a69] Parsers v2.8.4
[e409e4f3] PoissonRandom v0.4.7
[d236fae5] PreallocationTools v1.2.0
⌅ [aea7be01] PrecompileTools v1.2.1
[21216c6a] Preferences v1.5.2
[8162dcfd] PrettyPrint v0.2.0
[08abe8d2] PrettyTables v3.3.2
[33c8b6b6] ProgressLogging v0.1.6
[43287f4e] PtrArrays v1.4.0
[1fd47b50] QuadGK v2.11.3
[74087812] Random123 v1.7.1
[e6cf234a] RandomNumbers v1.6.0
[c1ae055f] RealDot v0.1.0
[3cdcf5f2] RecipesBase v1.3.4
[731186ca] RecursiveArrayTools v4.3.0
[189a3867] Reexport v1.2.2
[2792f1a3] RegistryInstances v0.1.0
[ae029012] Requires v1.3.1
[ae5879a3] ResettableStacks v1.2.0
[37e2e3b7] ReverseDiff v1.16.2
[79098fc4] Rmath v0.9.0
[7e49a35a] RuntimeGeneratedFunctions v0.5.18
[0bca4576] SciMLBase v3.7.1
[19f34311] SciMLJacobianOperators v0.1.13
⌅ [a6db7da4] SciMLLogging v1.9.1
[c0aeaf25] SciMLOperators v1.18.0
[431bcebd] SciMLPublic v1.0.1
[1ed8b502] SciMLSensitivity v7.106.0
[53ae85a6] SciMLStructures v1.10.0
[7e506255] ScopedValues v1.6.2
[6c6a2e73] Scratch v1.3.0
[efcf1570] Setfield v1.1.2
[605ecd9f] ShowCases v0.1.0
[727e6d20] SimpleNonlinearSolve v2.11.1
[699a6c99] SimpleTraits v0.9.5
[a2af1166] SortingAlgorithms v1.2.2
[dc90abb0] SparseInverseSubset v0.1.2
[0a514795] SparseMatrixColorings v0.4.27
[276daf66] SpecialFunctions v2.7.2
[171d559e] SplittablesBase v0.1.15
[90137ffa] StaticArrays v1.9.18
[1e83bf80] StaticArraysCore v1.4.4
[82ae8749] StatsAPI v1.8.0
[2913bbd2] StatsBase v0.34.10
[4c63d2b9] StatsFuns v1.5.2
[789caeaf] StochasticDiffEq v7.0.0
[19c5a474] StochasticDiffEqCore v2.0.0
[0520c28c] StochasticDiffEqHighOrder v2.0.0
[ebf54054] StochasticDiffEqIIF v2.0.0
[5080b986] StochasticDiffEqImplicit v2.0.0
[aefaaa88] StochasticDiffEqLeaping v2.0.0
[90dbc90e] StochasticDiffEqLevyArea v2.0.0
[d15fe365] StochasticDiffEqLowOrder v2.0.0
[8c95a807] StochasticDiffEqMilstein v2.0.0
[db241ea8] StochasticDiffEqROCK v2.0.0
[49714585] StochasticDiffEqRODE v2.0.0
[af2a2fcd] StochasticDiffEqWeak v2.0.0
[892a3eda] StringManipulation v0.4.4
[09ab397b] StructArrays v0.7.3
[53d494c1] StructIO v0.3.1
[ec057cc2] StructUtils v2.8.1
[2efcf032] SymbolicIndexingInterface v0.3.46
[3783bdb8] TableTraits v1.0.1
[bd369af6] Tables v1.12.1
[a759f4b9] TimerOutputs v0.5.29
[9f7883ad] Tracker v0.2.38
[e689c965] Tracy v0.1.6
[3bb67fe8] TranscodingStreams v0.11.3
[28d57a85] Transducers v0.4.85
[781d530d] TruncatedStacktraces v1.4.0
[013be700] UnsafeAtomics v0.3.1
[e88e6eb3] Zygote v0.7.10
[700de1a5] ZygoteRules v0.2.7
[182d3088] cuBLAS v6.1.0
[02a925ec] cuDNN v6.1.0
[533571aa] cuFFT v6.1.0
[20fd9a0b] cuRAND v6.1.0
[887afef0] cuSOLVER v6.1.0
[b26da814] cuSPARSE v6.1.0
[d1e2174e] CUDA_Compiler_jll v0.4.3+0
[4ee394cb] CUDA_Driver_jll v13.2.1+0
[76a88914] CUDA_Runtime_jll v0.21.0+1
[62b44479] CUDNN_jll v9.20.0+0
[7cc45869] Enzyme_jll v0.0.258+0
[2e619515] Expat_jll v2.8.0+0
[020c3dae] Git_LFS_jll v3.7.0+0
[f8c6e375] Git_jll v2.54.0+0
[1d5cc7b8] IntelOpenMP_jll v2025.2.0+0
[9c1d0b0a] JuliaNVTXCallbacks_jll v0.2.1+0
[dad2f222] LLVMExtra_jll v0.0.42+0
[ad6e5548] LibTracyClient_jll v0.13.1+0
[94ce4f54] Libiconv_jll v1.18.0+0
[856f044c] MKL_jll v2025.2.0+0
[e98f9f5b] NVTX_jll v3.2.2+0
[9bd350c2] OpenSSH_jll v10.3.1+0
[458c3c95] OpenSSL_jll v3.5.6+0
[efe28fd5] OpenSpecFun_jll v0.5.6+0
[f50d1b31] Rmath_jll v0.5.1+0
[1e29f10c] demumble_jll v1.3.0+0
[1317d2d5] oneTBB_jll v2022.0.0+1
[0dad84c5] ArgTools v1.1.1
[56f22d72] Artifacts
[2a0f44e3] Base64
[ade2ca70] Dates
[8ba89e20] Distributed
[f43a241f] Downloads v1.6.0
[7b1f6079] FileWatching
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[4af54fe1] LazyArtifacts
[b27032c2] LibCURL v0.6.4
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[ca575930] NetworkOptions v1.2.0
[44cfe95a] Pkg v1.10.0
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA v0.7.0
[9e88b42a] Serialization
[6462fe0b] Sockets
[2f01184e] SparseArrays v1.10.0
[10745b16] Statistics v1.10.0
[4607b0f0] SuiteSparse
[fa267f1f] TOML v1.0.3
[a4e569a6] Tar v1.10.0
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
[e66e0078] CompilerSupportLibraries_jll v1.1.1+0
[deac9b47] LibCURL_jll v8.4.0+0
[e37daf67] LibGit2_jll v1.6.4+0
[29816b5a] LibSSH2_jll v1.11.0+1
[c8ffd9c3] MbedTLS_jll v2.28.1010+0
[14a3606d] MozillaCACerts_jll v2025.12.2
[4536629a] OpenBLAS_jll v0.3.23+5
[05823500] OpenLibm_jll v0.8.5+0
[efcefdf7] PCRE2_jll v10.42.0+1
[bea87d4a] SuiteSparse_jll v7.2.1+1
[83775a58] Zlib_jll v1.2.13+1
[8e850b90] libblastrampoline_jll v5.11.0+0
[8e850ede] nghttp2_jll v1.52.0+1
[3f19e933] p7zip_jll v17.6.1+0
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`You can also download the manifest file and the project file.