PyomoSecantNewtonSolver ======================= (class from :py:mod:`pyomo.contrib.pynumero.algorithms.solvers.scipy_solvers`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pynumero.algorithms.solvers.scipy_solvers import * try: from pyomo.contrib.pynumero.algorithms.solvers.scipy_solvers import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.algorithms.solvers.scipy_solvers .. autoclass:: pyomo.contrib.pynumero.algorithms.solvers.scipy_solvers::PyomoSecantNewtonSolver :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PyomoSecantNewtonSolver.__init__ ~PyomoSecantNewtonSolver.available ~PyomoSecantNewtonSolver.converged_with_secant ~PyomoSecantNewtonSolver.create_nlp_solver ~PyomoSecantNewtonSolver.get_nlp ~PyomoSecantNewtonSolver.get_pyomo_results ~PyomoSecantNewtonSolver.license_is_valid ~PyomoSecantNewtonSolver.set_options ~PyomoSecantNewtonSolver.solve ~PyomoSecantNewtonSolver.version .. rubric:: Member Documentation