TRFInterface ============ (class from :py:mod:`pyomo.contrib.trustregion.interface`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.trustregion.interface import * try: from pyomo.contrib.trustregion.interface import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.trustregion.interface .. autoclass:: pyomo.contrib.trustregion.interface::TRFInterface :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~TRFInterface.__init__ ~TRFInterface.calculateFeasibility ~TRFInterface.calculateStepSizeInfNorm ~TRFInterface.createConstraints ~TRFInterface.getCurrentDecisionVariableValues ~TRFInterface.getCurrentModelState ~TRFInterface.initializeProblem ~TRFInterface.rejectStep ~TRFInterface.replaceEF ~TRFInterface.replaceExternalFunctionsWithVariables ~TRFInterface.solveModel ~TRFInterface.updateDecisionVariableBounds ~TRFInterface.updateSurrogateModel .. rubric:: Member Documentation