Skip to content

AIMinMaxSolver

jay19240 edited this page Dec 11, 2024 · 2 revisions

AIMinMaxSolver

Solves an MinMax tree.

Constructors

  • new AIMinMaxSolver(): AIMinMaxSolver

Methods

  • solve(node: AIMinMaxNode): AIMinMaxTreeAbstract
    • node: The scored graph.
Clone this wiki locally