FIMExternalGreyBox ================== (class from :py:mod:`pyomo.contrib.doe.grey_box_utilities`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.doe.grey_box_utilities import * try: from pyomo.contrib.doe.grey_box_utilities import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.doe.grey_box_utilities .. autoclass:: pyomo.contrib.doe.grey_box_utilities::FIMExternalGreyBox :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~FIMExternalGreyBox.__init__ ~FIMExternalGreyBox.equality_constraint_names ~FIMExternalGreyBox.evaluate_equality_constraints ~FIMExternalGreyBox.evaluate_grad_objective ~FIMExternalGreyBox.evaluate_hessian_equality_constraints ~FIMExternalGreyBox.evaluate_hessian_outputs ~FIMExternalGreyBox.evaluate_jacobian_equality_constraints ~FIMExternalGreyBox.evaluate_jacobian_outputs ~FIMExternalGreyBox.evaluate_objective ~FIMExternalGreyBox.evaluate_outputs ~FIMExternalGreyBox.finalize_block_construction ~FIMExternalGreyBox.get_equality_constraint_scaling_factors ~FIMExternalGreyBox.get_output_constraint_scaling_factors ~FIMExternalGreyBox.has_objective ~FIMExternalGreyBox.input_names ~FIMExternalGreyBox.n_equality_constraints ~FIMExternalGreyBox.n_inputs ~FIMExternalGreyBox.n_outputs ~FIMExternalGreyBox.output_names ~FIMExternalGreyBox.set_equality_constraint_multipliers ~FIMExternalGreyBox.set_input_values ~FIMExternalGreyBox.set_output_constraint_multipliers .. rubric:: Member Documentation