Progress bar inconsistency
Summary
The value of the objective function can be not consistent with the value of the objective function in the current iteration.
Gemseo version
gemseo develop
Platform info
Windows/linux
Steps to reproduce
run an optimization problem with a solver computing and storing the gradient of the objective function before the objective function itself.
What is the current bug behavior?
The progress bar is not consistent with the value of the objective function at the current iteration.
What is the expected correct behavior?
The progress bar objective function value should be consistent with the value of the objective function at a given iteration.
Relevant logs and/or screenshots
INFO - 04:06:32: *** Start sub_problem execution ***
INFO - 04:06:32: sub_problem
INFO - 04:06:32: Disciplines: CanonicalDisplacementConstraints2 CanonicalStressBucklingConstraints E interpolator FittingMass InternalStressForces MDOChain S interpolator Splitter Splitter Splitter Splitter nu interpolator rho interpolator
INFO - 04:06:32: MDO formulation: DisciplinaryOpt
INFO - 04:06:32: Optimization problem:
INFO - 04:06:32: minimize total_mass(area, thickness)
INFO - 04:06:32: with respect to area, thickness
INFO - 04:06:32: subject to constraints:
INFO - 04:06:32: g_sigma_skin(area, thickness) <= 0.0
INFO - 04:06:32: g_sigma_stiffener(area, thickness) <= 0.0
INFO - 04:06:32: g_buckling_stiffener(area, thickness) <= 0.0
INFO - 04:06:32: g_buckling_skin(area, thickness) <= 0.0
INFO - 04:06:32: g_displacement(area, thickness) <= 0.0
INFO - 04:06:32: over the design space:
INFO - 04:06:32: +--------------+-------------+-------+-------------+-------+
INFO - 04:06:32: | name | lower_bound | value | upper_bound | type |
INFO - 04:06:32: +--------------+-------------+-------+-------------+-------+
INFO - 04:06:32: | area[0] | 2 | 1000 | 2000 | float |
INFO - 04:06:32: | area[1] | 2 | 1000 | 2000 | float |
INFO - 04:06:32: | thickness[0] | 0.1 | 15 | 30 | float |
INFO - 04:06:32: | thickness[1] | 0.1 | 15 | 30 | float |
INFO - 04:06:32: +--------------+-------------+-------+-------------+-------+
INFO - 04:06:32: Solving optimization problem with algorithm NLOPT_MMA:
INFO - 04:06:32: ... 0%| | 0/150 [00:00<?, ?it]
INFO - 04:06:32: [A
INFO - 04:06:32: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:06:33: Authentication (publickey) successful!
INFO - 04:06:36: [chan 1] Opened sftp connection (server version 3)
INFO - 04:06:42: ... 1%|▏ | 2/150 [00:10<00:10, 14.75 it/sec, obj=251]
INFO - 04:06:42: [A
INFO - 04:06:42: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:06:43: Authentication (publickey) successful!
INFO - 04:06:45: [chan 1] Opened sftp connection (server version 3)
INFO - 04:06:51: ... 2%|▏ | 3/150 [00:19<00:18, 7.86 it/sec, obj=251]
INFO - 04:06:51: [A
INFO - 04:06:51: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:06:52: Authentication (publickey) successful!
INFO - 04:06:53: [chan 1] Opened sftp connection (server version 3)
INFO - 04:07:00: ... 3%|▎ | 4/150 [00:27<00:26, 5.42 it/sec, obj=251]
INFO - 04:07:00: [A
INFO - 04:07:00: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:07:00: Authentication (publickey) successful!
INFO - 04:07:02: [chan 1] Opened sftp connection (server version 3)
INFO - 04:07:09: ... 3%|▎ | 5/150 [00:36<00:35, 4.08 it/sec, obj=251]
INFO - 04:07:09: [A
INFO - 04:07:09: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:07:09: Authentication (publickey) successful!
INFO - 04:07:11: [chan 1] Opened sftp connection (server version 3)
INFO - 04:07:17: ... 4%|▍ | 6/150 [00:44<00:43, 3.34 it/sec, obj=251]
INFO - 04:07:17: [A
INFO - 04:07:17: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:07:18: Authentication (publickey) successful!
INFO - 04:07:20: [chan 1] Opened sftp connection (server version 3)
INFO - 04:07:26: ... 5%|▍ | 7/150 [00:53<00:51, 2.79 it/sec, obj=251]
INFO - 04:07:26: [A
INFO - 04:07:26: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:07:26: Authentication (publickey) successful!
INFO - 04:07:28: [chan 1] Opened sftp connection (server version 3)
INFO - 04:07:35: ... 5%|▌ | 8/150 [01:02<00:59, 2.39 it/sec, obj=251]
INFO - 04:07:35: [A
INFO - 04:07:36: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:07:36: Authentication (publickey) successful!
INFO - 04:07:38: [chan 1] Opened sftp connection (server version 3)
INFO - 04:07:44: ... 6%|▌ | 9/150 [01:12<01:07, 2.08 it/sec, obj=251]
INFO - 04:07:44: [A
INFO - 04:07:44: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:07:45: Authentication (publickey) successful!
INFO - 04:07:47: [chan 1] Opened sftp connection (server version 3)
INFO - 04:07:53: ... 7%|▋ | 10/150 [01:20<01:15, 1.86 it/sec, obj=251]
INFO - 04:07:53: [A
INFO - 04:07:53: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:07:53: Authentication (publickey) successful!
INFO - 04:07:55: [chan 1] Opened sftp connection (server version 3)
INFO - 04:08:01: ... 7%|▋ | 11/150 [01:29<01:22, 1.68 it/sec, obj=251]
INFO - 04:08:01: [A
INFO - 04:08:02: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:08:02: Authentication (publickey) successful!
INFO - 04:08:04: [chan 1] Opened sftp connection (server version 3)
INFO - 04:08:10: ... 8%|▊ | 12/150 [01:37<01:29, 1.54 it/sec, obj=251]
INFO - 04:08:10: [A
INFO - 04:08:10: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:08:10: Authentication (publickey) successful!
INFO - 04:08:12: [chan 1] Opened sftp connection (server version 3)
INFO - 04:08:18: ... 9%|▊ | 13/150 [01:46<01:37, 1.41 it/sec, obj=251]
INFO - 04:08:18: [A
INFO - 04:08:18: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:08:19: Authentication (publickey) successful!
INFO - 04:08:21: [chan 1] Opened sftp connection (server version 3)
INFO - 04:08:27: ... 9%|▉ | 14/150 [01:55<01:44, 1.30 it/sec, obj=251]
INFO - 04:08:27: [A
INFO - 04:08:28: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:08:28: Authentication (publickey) successful!
INFO - 04:08:30: [chan 1] Opened sftp connection (server version 3)
INFO - 04:08:37: ... 10%|█ | 15/150 [02:04<01:52, 1.20 it/sec, obj=251]
INFO - 04:08:37: [A
INFO - 04:08:37: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:08:37: Authentication (publickey) successful!
INFO - 04:08:39: [chan 1] Opened sftp connection (server version 3)
INFO - 04:08:45: ... 11%|█ | 16/150 [02:13<01:59, 1.12 it/sec, obj=251]
INFO - 04:08:45: [A
INFO - 04:08:46: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:08:46: Authentication (publickey) successful!
INFO - 04:08:48: [chan 1] Opened sftp connection (server version 3)
INFO - 04:08:54: ... 11%|█▏ | 17/150 [02:21<02:05, 1.06 it/sec, obj=251]
INFO - 04:08:54: [A
INFO - 04:08:54: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:08:54: Authentication (publickey) successful!
INFO - 04:08:56: [chan 1] Opened sftp connection (server version 3)
INFO - 04:09:02: ... 12%|█▏ | 18/150 [02:30<00:02, 59.91 it/min, obj=251]
INFO - 04:09:02: [A
INFO - 04:09:02: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:09:03: Authentication (publickey) successful!
INFO - 04:09:06: [chan 1] Opened sftp connection (server version 3)
INFO - 04:09:12: ... 13%|█▎ | 19/150 [02:39<00:02, 56.31 it/min, obj=251]
INFO - 04:09:12: [A
INFO - 04:09:12: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:09:13: Authentication (publickey) successful!
INFO - 04:09:14: [chan 1] Opened sftp connection (server version 3)
INFO - 04:09:21: ... 13%|█▎ | 20/150 [02:48<00:02, 53.27 it/min, obj=251]
INFO - 04:09:21: [A
INFO - 04:09:21: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:09:22: Authentication (publickey) successful!
INFO - 04:09:23: [chan 1] Opened sftp connection (server version 3)
INFO - 04:09:30: ... 14%|█▍ | 21/150 [02:57<00:02, 50.66 it/min, obj=251]
INFO - 04:09:30: [A
INFO - 04:09:30: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:09:30: Authentication (publickey) successful!
INFO - 04:09:32: [chan 1] Opened sftp connection (server version 3)
INFO - 04:09:38: ... 15%|█▍ | 22/150 [03:06<00:02, 48.29 it/min, obj=251]
INFO - 04:09:38: [A
INFO - 04:09:39: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:09:39: Authentication (publickey) successful!
INFO - 04:09:41: [chan 1] Opened sftp connection (server version 3)
INFO - 04:09:47: ... 15%|█▌ | 23/150 [03:15<00:02, 46.14 it/min, obj=251]
INFO - 04:09:47: [A
INFO - 04:09:47: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:09:48: Authentication (publickey) successful!
INFO - 04:09:49: [chan 1] Opened sftp connection (server version 3)
INFO - 04:09:56: ... 16%|█▌ | 24/150 [03:23<00:02, 44.22 it/min, obj=251]
INFO - 04:09:56: [A
INFO - 04:09:56: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:09:56: Authentication (publickey) successful!
INFO - 04:09:58: [chan 1] Opened sftp connection (server version 3)
INFO - 04:10:04: ... 17%|█▋ | 25/150 [03:31<00:02, 42.48 it/min, obj=251]
INFO - 04:10:04: [A
INFO - 04:10:04: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:10:05: Authentication (publickey) successful!
INFO - 04:10:06: [chan 1] Opened sftp connection (server version 3)
INFO - 04:10:13: ... 17%|█▋ | 26/150 [03:40<00:03, 40.80 it/min, obj=251]
INFO - 04:10:13: [A
INFO - 04:10:13: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:10:13: Authentication (publickey) successful!
INFO - 04:10:15: [chan 1] Opened sftp connection (server version 3)
INFO - 04:10:21: ... 18%|█▊ | 27/150 [03:49<00:03, 39.27 it/min, obj=251]
INFO - 04:10:21: [A
INFO - 04:10:21: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:10:22: Authentication (publickey) successful!
INFO - 04:10:24: [chan 1] Opened sftp connection (server version 3)
INFO - 04:10:30: ... 19%|█▊ | 28/150 [03:58<00:03, 37.80 it/min, obj=251]
INFO - 04:10:30: [A
INFO - 04:10:30: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:10:31: Authentication (publickey) successful!
INFO - 04:10:32: [chan 1] Opened sftp connection (server version 3)
INFO - 04:10:39: ... 19%|█▉ | 29/150 [04:06<00:03, 36.44 it/min, obj=251]
INFO - 04:10:39: [A
INFO - 04:10:39: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:10:40: Authentication (publickey) successful!
INFO - 04:10:41: [chan 1] Opened sftp connection (server version 3)
INFO - 04:10:48: ... 20%|██ | 30/150 [04:15<00:03, 35.22 it/min, obj=251]
INFO - 04:10:48: [A
INFO - 04:10:48: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:10:48: Authentication (publickey) successful!
INFO - 04:10:50: [chan 1] Opened sftp connection (server version 3)
INFO - 04:10:56: ... 21%|██ | 31/150 [04:23<00:03, 34.11 it/min, obj=251]
INFO - 04:10:56: [A
INFO - 04:10:56: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:10:56: Authentication (publickey) successful!
INFO - 04:10:58: [chan 1] Opened sftp connection (server version 3)
INFO - 04:11:04: ... 21%|██▏ | 32/150 [04:32<00:03, 33.05 it/min, obj=251]
INFO - 04:11:04: [A
INFO - 04:11:05: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:11:06: Authentication (publickey) successful!
INFO - 04:11:07: [chan 1] Opened sftp connection (server version 3)
INFO - 04:11:14: ... 22%|██▏ | 33/150 [04:41<00:03, 31.92 it/min, obj=251]
INFO - 04:11:14: [A
INFO - 04:11:14: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:11:15: Authentication (publickey) successful!
INFO - 04:11:16: [chan 1] Opened sftp connection (server version 3)
INFO - 04:11:22: ... 23%|██▎ | 34/150 [04:50<00:03, 31.03 it/min, obj=251]
INFO - 04:11:22: [A
INFO - 04:11:22: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:11:23: Authentication (publickey) successful!
INFO - 04:11:24: [chan 1] Opened sftp connection (server version 3)
INFO - 04:11:30: ... 23%|██▎ | 35/150 [04:58<00:03, 30.16 it/min, obj=251]
INFO - 04:11:30: [A
INFO - 04:11:31: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:11:31: Authentication (publickey) successful!
INFO - 04:11:33: [chan 1] Opened sftp connection (server version 3)
INFO - 04:11:39: ... 24%|██▍ | 36/150 [05:06<00:03, 29.34 it/min, obj=251]
INFO - 04:11:39: [A
INFO - 04:11:39: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:11:39: Authentication (publickey) successful!
INFO - 04:11:41: [chan 1] Opened sftp connection (server version 3)
INFO - 04:11:47: ... 25%|██▍ | 37/150 [05:14<00:03, 28.59 it/min, obj=251]
INFO - 04:11:47: [A
INFO - 04:11:47: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:11:47: Authentication (publickey) successful!
INFO - 04:11:49: [chan 1] Opened sftp connection (server version 3)
INFO - 04:11:55: ... 25%|██▌ | 38/150 [05:23<00:04, 27.83 it/min, obj=251]
INFO - 04:11:55: [A
INFO - 04:11:56: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:11:56: Authentication (publickey) successful!
INFO - 04:11:58: [chan 1] Opened sftp connection (server version 3)
INFO - 04:12:04: ... 26%|██▌ | 39/150 [05:32<00:04, 27.09 it/min, obj=251]
INFO - 04:12:04: [A
INFO - 04:12:04: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:12:06: Authentication (publickey) successful!
INFO - 04:12:07: [chan 1] Opened sftp connection (server version 3)
INFO - 04:12:14: ... 27%|██▋ | 40/150 [05:41<00:04, 26.33 it/min, obj=251]
INFO - 04:12:14: [A
INFO - 04:12:14: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:12:15: Authentication (publickey) successful!
INFO - 04:12:16: [chan 1] Opened sftp connection (server version 3)
INFO - 04:12:22: ... 27%|██▋ | 41/150 [05:50<00:04, 25.70 it/min, obj=251]
INFO - 04:12:22: [A
INFO - 04:12:22: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:12:23: Authentication (publickey) successful!
INFO - 04:12:24: [chan 1] Opened sftp connection (server version 3)
INFO - 04:12:31: ... 28%|██▊ | 42/150 [05:58<00:04, 25.08 it/min, obj=251]
INFO - 04:12:31: [A
INFO - 04:12:31: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:12:32: Authentication (publickey) successful!
INFO - 04:12:33: [chan 1] Opened sftp connection (server version 3)
INFO - 04:12:39: ... 29%|██▊ | 43/150 [06:07<00:04, 24.50 it/min, obj=251]
INFO - 04:12:39: [A
INFO - 04:12:40: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:12:40: Authentication (publickey) successful!
INFO - 04:12:42: [chan 1] Opened sftp connection (server version 3)
INFO - 04:12:48: ... 29%|██▉ | 44/150 [06:15<00:04, 23.96 it/min, obj=251]
INFO - 04:12:48: [A
INFO - 04:12:48: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:12:48: Authentication (publickey) successful!
INFO - 04:12:50: [chan 1] Opened sftp connection (server version 3)
INFO - 04:12:56: ... 30%|███ | 45/150 [06:24<00:04, 23.42 it/min, obj=251]
INFO - 04:12:56: [A
INFO - 04:12:57: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:12:57: Authentication (publickey) successful!
INFO - 04:12:59: [chan 1] Opened sftp connection (server version 3)
INFO - 04:13:06: ... 31%|███ | 46/150 [06:33<00:04, 22.87 it/min, obj=251]
INFO - 04:13:06: [A
INFO - 04:13:06: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:13:06: Authentication (publickey) successful!
INFO - 04:13:08: [chan 1] Opened sftp connection (server version 3)
INFO - 04:13:14: ... 31%|███▏ | 47/150 [06:42<00:04, 22.38 it/min, obj=251]
INFO - 04:13:14: [A
INFO - 04:13:14: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:13:15: Authentication (publickey) successful!
INFO - 04:13:16: [chan 1] Opened sftp connection (server version 3)
INFO - 04:13:23: ... 32%|███▏ | 48/150 [06:50<00:04, 21.92 it/min, obj=251]
INFO - 04:13:23: [A
INFO - 04:13:23: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:13:23: Authentication (publickey) successful!
INFO - 04:13:25: [chan 1] Opened sftp connection (server version 3)
INFO - 04:13:31: ... 33%|███▎ | 49/150 [06:58<00:04, 21.49 it/min, obj=251]
INFO - 04:13:31: [A
INFO - 04:13:31: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:13:32: Authentication (publickey) successful!
INFO - 04:13:33: [chan 1] Opened sftp connection (server version 3)
INFO - 04:13:39: ... 33%|███▎ | 50/150 [07:07<00:04, 21.06 it/min, obj=251]
INFO - 04:13:39: [A
INFO - 04:13:40: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:13:41: Authentication (publickey) successful!
INFO - 04:13:42: [chan 1] Opened sftp connection (server version 3)
INFO - 04:13:48: ... 34%|███▍ | 51/150 [07:16<00:04, 20.63 it/min, obj=251]
INFO - 04:13:48: [A
INFO - 04:13:49: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:13:49: Authentication (publickey) successful!
INFO - 04:13:51: [chan 1] Opened sftp connection (server version 3)
INFO - 04:13:58: ... 35%|███▍ | 52/150 [07:25<00:04, 20.19 it/min, obj=251]
INFO - 04:13:58: [A
INFO - 04:13:58: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:13:59: Authentication (publickey) successful!
INFO - 04:14:01: [chan 1] Opened sftp connection (server version 3)
INFO - 04:14:08: ... 35%|███▌ | 53/150 [07:35<00:04, 19.74 it/min, obj=251]
INFO - 04:14:08: [A
INFO - 04:14:08: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:14:09: Authentication (publickey) successful!
INFO - 04:14:11: [chan 1] Opened sftp connection (server version 3)
INFO - 04:14:17: ... 36%|███▌ | 54/150 [07:44<00:04, 19.36 it/min, obj=251]
INFO - 04:14:17: [A
INFO - 04:14:17: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:14:18: Authentication (publickey) successful!
INFO - 04:14:19: [chan 1] Opened sftp connection (server version 3)
INFO - 04:14:25: ... 37%|███▋ | 55/150 [07:53<00:04, 19.01 it/min, obj=251]
INFO - 04:14:25: [A
INFO - 04:14:26: Connected (version 2.0, client OpenSSH_8.0)
INFO - 04:14:27: Authentication (publickey) successful!
INFO - 04:14:28: [chan 1] Opened sftp connection (server version 3)
INFO - 04:14:34: ... 37%|███▋ | 56/150 [08:02<00:05, 18.66 it/min, obj=251]
INFO - 04:14:34: [A
INFO - 04:14:34: ... 37%|███▋ | 56/150 [08:02<00:05, 18.66 it/min, obj=251]
INFO - 04:14:34: Optimization result:
INFO - 04:14:34: Optimizer info:
INFO - 04:14:34: Status: None
INFO - 04:14:34: Message: Successive iterates of the objective function are closer than ftol_rel or ftol_abs. GEMSEO Stopped the driver
INFO - 04:14:34: Number of calls to the objective function by the optimizer: 60
INFO - 04:14:34: Solution:
INFO - 04:14:34: The solution is feasible.
INFO - 04:14:34: Objective: 71.46721445868121
INFO - 04:14:34: Standardized constraints:
INFO - 04:14:34: g_buckling_skin = [-9.92605993e-01 -1.42021491e-02 -1.35370382e-05 -2.56733788e+04]
INFO - 04:14:34: g_buckling_stiffener = [-0.99863781 -0.99981007 -0.8157738 -5.94617481]
INFO - 04:14:34: g_displacement = 2.276723053817875e-05
INFO - 04:14:34: g_sigma_skin = [-0.98692575 -0.72624214 -0.97830689 -0.38226256]
INFO - 04:14:34: g_sigma_stiffener = [-0.99985643 -0.99997998 -0.98058273 -0.4786779 ]
INFO - 04:14:34: Design space:
INFO - 04:14:34: +--------------+-------------+--------------------+-------------+-------+
INFO - 04:14:34: | name | lower_bound | value | upper_bound | type |
INFO - 04:14:34: +--------------+-------------+--------------------+-------------+-------+
INFO - 04:14:34: | area[0] | 2 | 44.67851540636725 | 2000 | float |
INFO - 04:14:34: | area[1] | 2 | 22.53127883554595 | 2000 | float |
INFO - 04:14:34: | thickness[0] | 0.1 | 9.255696470144358 | 30 | float |
INFO - 04:14:34: | thickness[1] | 0.1 | 0.2993175256368124 | 30 | float |
INFO - 04:14:34: +--------------+-------------+--------------------+-------------+-------+
INFO - 04:14:34: *** End sub_problem execution (time: 0:08:02.231252) ***
Possible fixes
The problem come from the logic implemented in the database for calling the notify_newiter_listeners method in the database: See line 626 of database.py What happens in the copied log is that the notify_newiter_listeners method is called at line 636 when the jacobian of the objective function is stored but before the storage of the objective function itself.