Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AStarNode

Implements

Index

Properties

action

action: Action

与此节点相关的动作

costSoFar

costSoFar: number

到目前为止的花费

costSoFarAndHeuristicCost

costSoFarAndHeuristicCost: number

costSoFar+heuristicCost(g+h)组合

depth

depth: number

heuristicCost

heuristicCost: number

剩余成本的启发式(不要高估!)

parent

parent: AStarNode

父节点

parentWorldState

parentWorldState: WorldState

worldState

worldState: WorldState

这个节点的世界状态

Methods

clone

compareTo

equals

reset

  • reset(): void

toString

  • toString(): string

Generated using TypeDoc