blockwise-direct-search / bds_matlab

Blockwise Direct Search (MATLAB version)
GNU General Public License v3.0
1 stars 1 forks source link

Implement recursive and parallel tests #78

Closed zaikunzhang closed 1 year ago

zaikunzhang commented 1 year ago

Recursive test: whether the solver works properly when invoked recursively. For example https://github.com/libprima/prima/blob/main/matlab/tests/recursive.m

Parallel test: whether the solver works properly when invoked in parallel. For example https://github.com/libprima/prima/blob/main/matlab/tests/parallel.m

Lht97 commented 1 year ago

Thanks for your advice. I have implemented them with https://github.com/blockwise-direct-search/bds/blob/main/.github/workflows/parallel_test_matlab.yml and https://github.com/blockwise-direct-search/bds/blob/main/.github/workflows/recursive_test_matlab.yml respectively.