ttrouill/complex

Evaluation data matrix is modified during test?

tranhungnghiep opened this issue · 1 comments

I'm looking at the scoring function, it seems idx_obj_mat and idx_sub_mat are inited only once but are modified many times in the for-loop and eval_...() functions. Could you please look into this?
Thanks

I see why, it's optimized and working correctly.