项目作者: ash-aldujaili

项目描述 :
Code for Multi-Objective Simultaneous Optimistic Optimisation
高级语言: Matlab
项目地址: git://github.com/ash-aldujaili/mosoo.git
创建时间: 2017-10-15T03:55:39Z
项目社区:https://github.com/ash-aldujaili/mosoo

开源协议:

下载


The MOSOO algorithm for Multi-Objective Black-Box Optimization

This repository hosts the code for the multi-objective simultaneous optimistic optimisation algorithm. Paper can be found here.

Contents

The algorithm is implemented in MATLAB and there is also a C-implementation (though not thoroughly tested). Scripts to generate the theoretical bounds and figures are also presented.

To run a demo, in MATLAB, cd to the mosoo-demo directory and execute the following

  1. >>run_MOSOO_Demo

Citation

If you write a scientific paper describing research that made use of this code, please consider citing the following paper:

  1. @article{ALDUJAILI2018159,
  2. title = "Multi-Objective Simultaneous Optimistic Optimization",
  3. journal = "Information Sciences",
  4. volume = "424",
  5. number = "Supplement C",
  6. pages = "159 - 174",
  7. year = "2018",
  8. issn = "0020-0255",
  9. doi = "https://doi.org/10.1016/j.ins.2017.09.066",
  10. url = "http://www.sciencedirect.com/science/article/pii/S0020025517309854",
  11. author = "Abdullah Al-Dujaili and S. Suresh",
  12. keywords = "Multi-objective optimization",
  13. keywords = "Optimistic methods",
  14. keywords = "Multi-armed bandits",
  15. keywords = "Simultaneous optimistic optimization",
  16. keywords = "Finite-time analysis",
  17. keywords = "Asymptotic analysis"
  18. }