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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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