Skip to content

AIMinMaxTreeAbstract

jay19240 edited this page Dec 11, 2024 · 2 revisions

AIMinMaxTreeAbstract

The MinMax node abstract class.

  • parent of: AIMinMaxLeaf, AIMinMaxNode

Constructors

  • new AIMinMaxTreeAbstract(): AIMinMaxTreeAbstract

Methods

  • getData(): any
  • getValue(): number
  • isVisited(): boolean
  • setData(data: any): void
    • data: The custom data object.
  • setValue(value: number): void
    • value: The score value.
  • setVisited(visited: boolean): void
    • visited: The visited flag.
Clone this wiki locally