Log automatic selection of sensitivity algorithm

Dear all,
I am training a universal differential equation with Zygote without specifying what sensitivity algorithm I am using. Hence, according to the SciMLSensitivity Docs a “smart polyalgorithm is used to automatically determine the most appropriate method for a given equation”. Is there a way to log, i.e. access the name of the chosen sensitivity algorithm?

Right now it doesn’t save it to the output. Open an issue and we can think about changing that. If you need it today then Revise’ing a logging statement into the default_alg call in the SciMLSensitivity pipeline is a trivial way to make it print out what you’d need, but of course that’s a workaround hack.