Class PlanSpaceRoot

java.lang.Object
edu.uky.ai.planning.ps.PlanSpaceNode
edu.uky.ai.planning.ps.PlanSpaceRoot
All Implemented Interfaces:
Partial

public class PlanSpaceRoot extends PlanSpaceNode
A special subclass of PlanSpaceNode representing the root node of the search space.
Author:
Stephen G. Ware
  • Field Details

    • problem

      public final Problem problem
      The problem this search is trying to solve
    • budget

      public final SearchBudget budget
      The search budget
  • Constructor Details

    • PlanSpaceRoot

      public PlanSpaceRoot(Problem problem, SearchBudget budget)
      Constructs a new root node of a search space for a given problem.
      Parameters:
      problem - the problem to solve
      budget - budget the search budget, which limits how many nodes may be visited and how much time may be spent solving the problem