Skip to content

Commit 905ec39

Browse files
committed
Printing of example 10
1 parent a1d966a commit 905ec39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples/10_noisy_nonlinear.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ w = collect(w)
5252

5353
h = Num[sin.(w[1].*u[1]);cos.(w[2].*u[1]); polynomial_basis(u, 5); c]
5454

55-
basis = Basis(h, u, parameters = w, controls = c)
55+
basis = Basis(h, u, parameters = w, controls = c);
56+
println(basis) # hide
5657

5758
# To solve the problem, we also define a [`DataSampler`](@ref) which defines randomly shuffled minibatches of our data and selects the
5859
# best fit.

0 commit comments

Comments
 (0)