First thank you for providing this package to solve these difficult optimization problems!
I get the following error message at the end (I think) of iterations:
Traceback (most recent call last):
File "HTC_Steady.py", line 1733, in <module>
objval, x, itercount, evalcount, fast_evalcount = alg.optimize()
File "/home/chbrago/.conda/envs/cadquery/lib/python3.7/site-packages/rbfopt/rbfopt_algorithm.py", line 808, in optimize
self.optimize_serial(pause_after_iters)
File "/home/chbrago/.conda/envs/cadquery/lib/python3.7/site-packages/rbfopt/rbfopt_algorithm.py", line 862, in optimize_serial
self.restart()
File "/home/chbrago/.conda/envs/cadquery/lib/python3.7/site-packages/rbfopt/rbfopt_algorithm.py", line 1977, in restart
self.update_log('Initialization', self.node_is_noisy[i], val, gap)
File "/home/chbrago/.conda/envs/cadquery/lib/python3.7/site-packages/rbfopt/rbfopt_algorithm.py", line 537, in update_log
' {:8.2f}'.format(gap*100) +
TypeError: unsupported format string passed to numpy.ndarray.__format__
Any idea what may cause it?
I printed the values of the variables involved in this line:
First thank you for providing this package to solve these difficult optimization problems! I get the following error message at the end (I think) of iterations:
Any idea what may cause it? I printed the values of the variables involved in this line:
Might it come from the
inf
?