ott.solvers.nn.conjugate_solvers.FenchelConjugateLBFGS.solve# FenchelConjugateLBFGS.solve(f, y, x_init=None)[source]# Solve for the conjugate. Parameters: f (Callable[[Array], Array]) – function to conjugate y (Array) – point to conjugate x_init (Optional[array]) – initial point to search over Return type: ConjugateResults Returns: The solution to the conjugation.