-
Notifications
You must be signed in to change notification settings - Fork 1
AIMinMaxTreeAbstract
jay19240 edited this page Dec 11, 2024
·
2 revisions
The MinMax node abstract class.
- parent of: AIMinMaxLeaf, AIMinMaxNode
- new AIMinMaxTreeAbstract(): AIMinMaxTreeAbstract
- 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.