Feasible solutions cannot (easily) be shared between threads, as each thread has a different ordering of the objective functions. However, infeasible solutions can, as the objective ordering is no longer important. We might (or might not) see an improvement in running times by doing this.
Feasible solutions cannot (easily) be shared between threads, as each thread has a different ordering of the objective functions. However, infeasible solutions can, as the objective ordering is no longer important. We might (or might not) see an improvement in running times by doing this.