nemos.glm.GLM.solver_run#
- property GLM.solver_run: None | Callable[[Any, Array, Array], OptStep]#
Provides the function to execute the solver’s optimization process.
This function runs the solver using the initialized parameters and state, performing the optimization to fit the model to the data. It iteratively updates the model parameters until a stopping criterion is met, such as convergence or exceeding a maximum number of iterations.
- Returns:
The function to run the solver’s optimization process, if available; otherwise, None if the solver has not yet been instantiated.