phi-friday

Results 16 issues of phi-friday

Replace `queue` implemented using `list` with `deque`. The implementation with `list` appears to be due to the use of `append()` and #370 . If `append()` is used, `deque` is more...

With this PR, I hope to make it easier to catch errors while using `bayesian-optimization`.

When I looked at where `Events` is used, I realized that it would be better to inherit from `Enum`.

An async example that does not use `tornado`. Compatible with #447 , #497 . #### output ```shell ❯ poetry run python ./examples/async_optimization_using_asyncio.py optimizer 1 wants to register: {}. optimizer 1...

**Is your feature request related to a problem? Please describe.** No `type hint` is written, resulting in a static analysis that differs from annotations. ex: `xi` accepts `float`, but is...

enhancement

related: #493 exclude modules related to #447