-
Notifications
You must be signed in to change notification settings - Fork 0
find_best_guess疑似有误 #1
Copy link
Copy link
Open
Description
if guess_to_answer_A_and_B_sum[actual_answer, next_guess, 0] == a and guess_to_answer_A_and_B_sum[actual_answer, next_guess, 0] == b:
按照我的理解应该是
if guess_to_answer_A_and_B_sum[actual_answer, next_guess, 0] == a and guess_to_answer_A_and_B_sum[actual_answer, next_guess, 1] == b:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels