-
-
Notifications
You must be signed in to change notification settings - Fork 160
Description
I have been using DiffEqFlux.jl for some time, but something that has been bothering me is the lack of documentation in terms of APIs. Particularly, for such an important function as sciml_train, the API only exists for the inputs, but not the outputs. I have been able to come across some fields of the output such as minimizer, but I'd really like to be able to browse through the whole list of fields. I'm sure this would also be super useful to new users, wanting to explore the full capabilities of the library.
So far I haven't been able to find the full list of fields (e.g. using fieldnames doesn't work). If someone could point me to the right way to displaying them, I'd like to help with a PR to include this in the docs. Also some help in describing each one of them would be appreciated. Thanks!