File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pyomo/contrib/doe/examples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ def compare_reactor_doe():
124124
125125 doe_obj_grey_box .run_doe ()
126126 # Print out a results summary
127- print ("Optimal experiment values: " )
127+ print ("Optimal experiment values with grey-box : " )
128128 print (
129129 "\t Initial concentration: {:.2f}" .format (
130130 doe_obj_grey_box .results ["Experiment Design" ][0 ]
@@ -135,9 +135,9 @@ def compare_reactor_doe():
135135 * doe_obj_grey_box .results ["Experiment Design" ][1 :]
136136 )
137137 )
138- print ("FIM at optimal design:\n {}" .format (np .array (doe_obj_grey_box .results ["FIM" ])))
138+ print ("FIM at optimal design with grey-box :\n {}" .format (np .array (doe_obj_grey_box .results ["FIM" ])))
139139 print (
140- "Objective value at optimal design: {:.2f}" .format (
140+ "Objective value at optimal design with grey-box : {:.2f}" .format (
141141 pyo .value (doe_obj_grey_box .model .objective )
142142 )
143143 )
You can’t perform that action at this time.
0 commit comments