LegendreBasis from DiffEqFlux is not present in current version?

Good day, everyone. I am trying to follow this tutorial from DiffEqFlux.

During the second step of the tutorial, we have to create a TensorLayer to perform 10th order expansions in a Legendre Basis using the following code:

A = [LegendreBasis(10), LegendreBasis(10)]

which results in

I imagined that I forgot to install a dependency from DiffEqFlux.jl so I reinstalled and loaded the library just to be sure, but to no avail. Is this a deprecated function in the current version and the tutorial is outdated?

Thank you and regards.

1 Like

A JuliaHub symbol search shows a LegendreBasis being defined in four packages: JuliaHub. Maybe try importing it from one of these?

I could not make it work with any of them, unfortunately, but thanks for the tip.

1 Like

Show ]st. What version do you have?