blockwise-direct-search / bds

Blockwise Direct Search
GNU General Public License v3.0
1 stars 1 forks source link

Compare BDS with NEWUOA, BOBYQA, and COBYLA interfaced by NLopt #57

Closed zaikunzhang closed 10 months ago

zaikunzhang commented 1 year ago

To make sure that the comparison against NEWUOA/BOBYQA/COBYLA is not due to hidden bugs in PRIMA, please compare with NEWUOA, BOBYQA, and COBYLA interfaced by NLopt. As far as I know, NLopt does not contain UOBYQA or LINCOA (tell me if I am wrong).

  1. If you need help with the installation and usage of NLopt, please check its documentation. Discuss it with Tom @ragonneau and Cunxin @OptHuang if necessary.

  2. I expect that PRIMA works better than NLopt (you should check whether this is true or not in your tests). Therefore, the comparison with NLopt should be more favorable to BDS. Tell me what you observe.

There are comparisons with other solvers (NOMAD etc). Do not forget them.

Thanks.

Lht97 commented 10 months ago

I have implemented the comparsion between BDS and NLopt.