-
https://github.com/blockwise-direct-search/bds/tree/7efe2255c870f13b421ac696497fdb601382dc7a/tests/competitors
1. Any competitor should correspond to a `.m` file under `tests/competitors` directly.…
-
I dont konw how to train use mult-host. Can you gave a example? thank you.
-
Whenever you use `cd` to change the path, you should remember to go back to the original directory before finishing the test.
Mathematically speaking, `cd` should always be invoked for an even num…
-
1. profile_small_sdl -> profile_small_sd
2. Do not use "sufficient decrease level". Use "sufficient decrease factor"
3. Do not use high, medium, low ... They do not make sense in this context. Use s…
-
> The present specification minimizes the constraints it adds to those base exchanges; however, not all variants of using CoAP are very useful inside a block-wise transfer (e.g., using Non-confirmable…
-
For each CUTEst problem, define a new function by contaminating its objective function value as follows.
```
function f = tough(f, x, random_seed, noise_level, with_failure)
%This function conta…
-
See https://github.com/blockwise-direct-search/paper/wiki/Overview for their definitions. They are easy to implement based on the current code. (Indeed, SBDS has been implemented, corresponding to you…
-
First of all, `tol` should be `alpha_tol`.
https://github.com/blockwise-direct-search/bds/blob/ced8cea6d68226f5d0ee1c997a15537e7c1269bf/src/blockwise_direct_search.m#L129
In most cases, "ABC" an…
-
I am currently sad about the order of our optimizations, e.g how simplify, lower, combine similar and others are executed after another.
I am looking into different approaches how we can change th…
phofl updated
8 months ago
-
https://github.com/blockwise-direct-search/bds/blob/7efe2255c870f13b421ac696497fdb601382dc7a/src/bds.m#L24C10-L24C10