PyomoGreyBoxNLP =============== (class from :py:mod:`pyomo.contrib.pynumero.interfaces.pyomo_nlp`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pynumero.interfaces.pyomo_nlp import * try: from pyomo.contrib.pynumero.interfaces.pyomo_nlp import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.interfaces.pyomo_nlp .. autoclass:: pyomo.contrib.pynumero.interfaces.pyomo_nlp::PyomoGreyBoxNLP :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PyomoGreyBoxNLP.__init__ ~PyomoGreyBoxNLP.constraint_names ~PyomoGreyBoxNLP.constraints_lb ~PyomoGreyBoxNLP.constraints_ub ~PyomoGreyBoxNLP.create_new_vector ~PyomoGreyBoxNLP.evaluate_constraints ~PyomoGreyBoxNLP.evaluate_eq_constraints ~PyomoGreyBoxNLP.evaluate_grad_objective ~PyomoGreyBoxNLP.evaluate_hessian_lag ~PyomoGreyBoxNLP.evaluate_jacobian ~PyomoGreyBoxNLP.evaluate_objective ~PyomoGreyBoxNLP.get_constraints_scaling ~PyomoGreyBoxNLP.get_duals ~PyomoGreyBoxNLP.get_duals_eq ~PyomoGreyBoxNLP.get_obj_factor ~PyomoGreyBoxNLP.get_obj_scaling ~PyomoGreyBoxNLP.get_primals ~PyomoGreyBoxNLP.get_primals_scaling ~PyomoGreyBoxNLP.get_pyomo_constraints ~PyomoGreyBoxNLP.get_pyomo_objective ~PyomoGreyBoxNLP.get_pyomo_variables ~PyomoGreyBoxNLP.init_duals ~PyomoGreyBoxNLP.init_duals_eq ~PyomoGreyBoxNLP.init_primals ~PyomoGreyBoxNLP.load_state_into_pyomo ~PyomoGreyBoxNLP.n_constraints ~PyomoGreyBoxNLP.n_eq_constraints ~PyomoGreyBoxNLP.n_ineq_constraints ~PyomoGreyBoxNLP.n_primals ~PyomoGreyBoxNLP.nnz_hessian_lag ~PyomoGreyBoxNLP.nnz_jacobian ~PyomoGreyBoxNLP.nnz_jacobian_eq ~PyomoGreyBoxNLP.primals_lb ~PyomoGreyBoxNLP.primals_names ~PyomoGreyBoxNLP.primals_ub ~PyomoGreyBoxNLP.pyomo_model ~PyomoGreyBoxNLP.report_solver_status ~PyomoGreyBoxNLP.set_duals ~PyomoGreyBoxNLP.set_duals_eq ~PyomoGreyBoxNLP.set_obj_factor ~PyomoGreyBoxNLP.set_primals ~PyomoGreyBoxNLP.variable_names .. rubric:: Member Documentation