blockwise-direct-search / bds_matlab

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

with_cycling_memory #63

Closed zaikunzhang closed 1 year ago

zaikunzhang commented 1 year ago

https://github.com/blockwise-direct-search/bds/blob/7efe2255c870f13b421ac696497fdb601382dc7a/src/bds.m#L24C10-L24C10

Lht97 commented 1 year ago

I have used "find . -type f -exec sed -i 's/with_memory/with_cycling_memory/g' {} +" to relace "with_memory" with "with_cycling_memory".