jbussemaker / SBArchOpt

Surrogate-Based Architecture Optimization toolbox
https://sbarchopt.readthedocs.io/
MIT License
14 stars 4 forks source link

Consider adding API reference? #5

Closed athulpg007 closed 1 year ago

athulpg007 commented 1 year ago

Would it help users to have an API reference for SBArchOpt such as these?

  1. https://pymoo.org/api/algorithms.html
  2. https://secondmind-labs.github.io/trieste/1.1.2/autoapi/trieste/bayesian_optimizer/index.html
jbussemaker commented 1 year ago

@athulpg007 thank you for the suggestion, I have upgraded the docs to a static website (including API reference): https://sbarchopt.readthedocs.io/

athulpg007 commented 1 year ago

Thanks for adding the docs and the API reference.