link to possible solution

This commit is contained in:
Hendrik Ranocha
2023-10-13 11:23:27 +02:00
committed by GitHub
parent f8019c4c03
commit 66113a8ac3
2 changed files with 6 additions and 0 deletions

View File

@@ -118,6 +118,9 @@ using BenchmarkTools
@profview simulate()
# Task: Optimize the code!
#
# You can find one improved version in the file
# [`optimizing_julia_solution.jl`](optimizing_julia_solution.jl).
# ## Introduction to generic Julia code and AD

View File

@@ -134,6 +134,9 @@ PProf.jl (`pprof()` after creating a profile via `@profview`).
Task: Optimize the code!
You can find one improved version in the file
[`optimizing_julia_solution.jl`](optimizing_julia_solution.jl).
## Introduction to generic Julia code and AD
One of the strengths of Julia is that you can use quite a few