HiroIshida / hifuku

Code for paper https://arxiv.org/abs/2405.02968
3 stars 0 forks source link

on cached problem pool #3

Closed HiroIshida closed 1 year ago

HiroIshida commented 1 year ago

single problem pool

use cached one, because pool generation cannot be parallelizable of it's trial-and-error nature.

multiple pool

bottleneck is solve() rather than create mesh, when using distributed. So just use normal problem pool.