Any competitor should correspond to a .m file under tests/competitors directly. This .m file may be the competitor itself, or may be a wrapper that fits the needs of our testing. Do not put this .m file in subdirectories, although it may rely on other .m files from certain subdirectories. For example, wm_newuoa.m (see below) will rely on files from a subdirectory wm_newuoa. (如果看不懂请问我! )
Why is rbds.m here?
What is bds_polling.m?
Change mnewuoa_wrapper to wm_newnuoa, which means Wild and More's implementation of NEWUOA. BTW, where did you use it???
https://github.com/blockwise-direct-search/bds/tree/7efe2255c870f13b421ac696497fdb601382dc7a/tests/competitors
.m
file undertests/competitors
directly. This.m
file may be the competitor itself, or may be a wrapper that fits the needs of our testing. Do not put this.m
file in subdirectories, although it may rely on other.m
files from certain subdirectories. For example,wm_newuoa.m
(see below) will rely on files from a subdirectorywm_newuoa
. (如果看不懂请问我! )rbds.m
here?bds_polling.m
?mnewuoa_wrapper
towm_newnuoa
, which means Wild and More's implementation of NEWUOA. BTW, where did you use it???