Optimizer

Functions

Link copied to clipboard

Optimize given XY (least squares) problem using this function Optimizer. The problem is treated as maximum likelihood problem and is done via maximizing logarithmic likelihood, respecting possible weight dependency on the model and parameters.

Link copied to clipboard
abstract suspend fun optimize(problem: P): P