link to possible solution
This commit is contained in:
parent
f8019c4c03
commit
66113a8ac3
@ -118,6 +118,9 @@ using BenchmarkTools
|
|||||||
@profview simulate()
|
@profview simulate()
|
||||||
|
|
||||||
# Task: Optimize the code!
|
# 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
|
# ## Introduction to generic Julia code and AD
|
||||||
|
@ -134,6 +134,9 @@ PProf.jl (`pprof()` after creating a profile via `@profview`).
|
|||||||
|
|
||||||
Task: Optimize the code!
|
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
|
## Introduction to generic Julia code and AD
|
||||||
|
|
||||||
One of the strengths of Julia is that you can use quite a few
|
One of the strengths of Julia is that you can use quite a few
|
||||||
|
Loading…
Reference in New Issue
Block a user