Hi,
Thank you for providing the code for your interesting work. I was reading your code and I have some questions about the procedure to select novel samples in each iteration. The first question is about line 107 where you mention ' # but have to introduce a graded selection here'. Can you please explain what line 108 try to do? Also, is not select_s always smaller than num_new_max according to line 108? Does the condition in line 110 need to be checked? Am I missing something?
Hi,
Thank you for providing the code for your interesting work. I was reading your code and I have some questions about the procedure to select novel samples in each iteration. The first question is about line 107 where you mention ' # but have to introduce a graded selection here'. Can you please explain what line 108 try to do? Also, is not
select_salways smaller thannum_new_maxaccording to line 108? Does the condition in line 110 need to be checked? Am I missing something?