The composite/augmented basis things are in a pretty sorry state right now.
Problems:
there is essentially no documentation on how and why to use this
the interface is not type-stable at all, it stores a bunch of Vector{Any} and Union{...} instead of doing this properly
the sampling points are incorrect! composite basis does not actually augment the sampling points in any way, which completely wrecks any fitting procedure.
The composite/augmented basis things are in a pretty sorry state right now.
Problems:
Vector{Any}
andUnion{...}
instead of doing this properly