negamax

释义与例句

n.
  1. 1.

    A variant of the minimax search algorithm, relying on the fact that min(a, b) = -max(-b, -a) to simplify the implementation.

    不可数