paulknysh / blackbox

A Python module for parallel optimization of expensive black-box functions
MIT License
439 stars 60 forks source link

Fix: TypeError: 'float' object cannot be interpreted as an integer #31

Closed santatic closed 3 months ago

santatic commented 3 months ago

Quick fix for error

TypeError: 'float' object cannot be interpreted as an integer

Same issue with https://github.com/paulknysh/blackbox/issues/29

Python: 3.10.14 OS: Ubuntu 24.04