aryandeshwal / BOPS

Python implementation of Bayesian optimization over permutation spaces.
14 stars 1 forks source link

BOPS-H #1

Open michalkvasnicka opened 2 years ago

michalkvasnicka commented 2 years ago

Please add examples which using BOPS-H algorithm ... !

aryandeshwal commented 2 years ago

Thanks for your interest in the code. Each directory (for e.g. floorplanning) has a *_mallows.py (for e.g. floorplanning_mallows.py) file which contains the code for BOPS-H.

michalkvasnicka commented 2 years ago

OK ... thanks. I expect some MATLAB codes, that calling Python libraries. This is a bit confusing mix of codes :)

The main problem is, that BOSP-H using hig-level commands from Python libraries. So, it is not clear how BOPS-H algorithm is realized in details. Do you plan to write some more thorough description of BOPS-H algorithm?

aryandeshwal commented 2 years ago

Oh, yes, BOPS-H is built on top of the BoTorch library which has an extensive documentation/tutorial here. I will try to add more comments in the code as well but please let me know if there is anything specific that is not clear.