yyzpiero/EVO-PopulationBasedTraining

Bug

Opened this issue · 0 comments

exchanged_vector[score_poistion[low_idx]] = np.random.choice(score_poistion[-top:])

should be

exchanged_vector[low_idx] = np.random.choice(score_poistion[-top:])