WilliamLwj / PyXAB

PyXAB - A Python Library for X-Armed Bandit and Online Blackbox Optimization Algorithms
https://pyxab.readthedocs.io/
MIT License
154 stars 42 forks source link

Fixed the bugs #27 #28

Closed Giggfitnesse closed 1 year ago

Giggfitnesse commented 1 year ago

I have fixed the following bugs

  1. NoneType return for PCT.get_last_point()
  2. NoneType return for VPCT.get_last_point()
  3. POO only has one candidate
  4. GPO half length is incorrect

I have also added more tests for POO and GPO