scipy.maxentropy.basemodel.log

basemodel.log(params)

This method is called every iteration during the optimization process. It calls the user-supplied callback function (if any), logs the evolution of the entropy dual and gradient norm, and checks whether the process appears to be diverging, which would indicate inconsistent constraints (or, for bigmodel instances, too large a variance in the estimates).

Previous topic

scipy.maxentropy.basemodel.grad

Next topic

scipy.maxentropy.basemodel.logparams

This Page