@@ -52,20 +52,20 @@ DifferentialEquations.jl integrates with the Julia package sphere with:
52
52
53
53
Additionally, DifferentialEquations.jl comes with built-in analysis features, including:
54
54
55
- - [ Forward and adjoint local sensitivity analysis] ( http ://docs.juliadiffeq.org/dev/analysis/sensitivity.html ) for fast gradient computations
56
- - [ Optimization-based and Bayesian parameter estimation] ( http ://docs.juliadiffeq.org/dev/analysis/parameter_estimation.html )
55
+ - [ Forward and adjoint local sensitivity analysis] ( https ://docs.juliadiffeq.org/dev/analysis/sensitivity/ ) for fast gradient computations
56
+ - [ Optimization-based and Bayesian parameter estimation] ( https ://docs.juliadiffeq.org/dev/analysis/parameter_estimation/ )
57
57
- Neural differential equations with [ DiffEqFlux.jl] ( https://github.com/JuliaDiffEq/DiffEqFlux.jl )
58
58
for efficient scientific machine learning (scientific ML) and scientific AI.
59
- - [ Automatic distributed, multithreaded, and GPU parallelism of ensemble trajectories] ( http ://docs.juliadiffeq.org/dev/features/ensemble.html )
60
- - [ Global sensitivity analysis] ( http ://docs.juliadiffeq.org/dev/analysis/global_sensitivity.html )
61
- - [ Uncertainty quantification] ( http ://docs.juliadiffeq.org/dev/analysis/uncertainty_quantification.html )
59
+ - [ Automatic distributed, multithreaded, and GPU parallelism of ensemble trajectories] ( https ://docs.juliadiffeq.org/dev/features/ensemble/ )
60
+ - [ Global sensitivity analysis] ( https ://docs.juliadiffeq.org/dev/analysis/global_sensitivity/ )
61
+ - [ Uncertainty quantification] ( https ://docs.juliadiffeq.org/dev/analysis/uncertainty_quantification/ )
62
62
63
63
This gives a powerful mixture of speed and productivity features to help you
64
64
solve and analyze your differential equations faster.
65
65
66
66
For information on using the package,
67
- [ see the stable documentation] ( http ://docs.juliadiffeq.org/stable/) . Use the
68
- [ in-development documentation] ( http ://docs.juliadiffeq.org/dev/) for the version of
67
+ [ see the stable documentation] ( https ://docs.juliadiffeq.org/stable/) . Use the
68
+ [ in-development documentation] ( https ://docs.juliadiffeq.org/dev/) for the version of
69
69
the documentation which contains the un-released features.
70
70
71
71
All of the algorithms are thoroughly tested to ensure accuracy via convergence
0 commit comments