Skip to content

Commit 5a56343

Browse files
authored
Merge pull request #2889 from hglynch/update_doe_tutorial
Updated Pyomo.DoE tutorial notebook.
2 parents 984586f + c9fd60b commit 5a56343

File tree

3 files changed

+1049
-348
lines changed

3 files changed

+1049
-348
lines changed

pyomo/contrib/doe/doe.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -821,9 +821,7 @@ def run_grid_search(
821821
time_set.append(iter_t)
822822

823823
# give run information at each iteration
824-
self.logger.info(
825-
'This is the %s run out of %s run.', (count + 1), total_count
826-
)
824+
self.logger.info('This is run %s out of %s.', count, total_count)
827825
self.logger.info('The code has run %s seconds.', sum(time_set))
828826
self.logger.info(
829827
'Estimated remaining time: %s seconds',
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
A1,A2,E1,E2
2+
6.209381770954067,7.719297166025923,-12.835153102965977,-38.540492455469554
3+
7.719297166025923,20.53859118830565,-14.829065563786362,-99.2962499942191
4+
-12.835153102965977,-14.829065563786362,26.869188945470434,74.5001011185848
5+
-38.540492455469554,-99.2962499942191,74.5001011185848,484.97578893372025

0 commit comments

Comments
 (0)