The pathfinder implementation dutifully collects the optimization output in a PathfinderResult
or MultiPathfinderResult
object during model fitting but then simply prints the contents to the console and does not return or store these results for users to access. This information should either be available as an attribute, or returned byfit
, either as a PathfinderResult
or as part of the InferenceData
object that is currently returned.