public class STRIPSForwardSearchReducer extends java.lang.Object implements ISTRIPSPlanningGraphGeneratorDeriver<StripsForwardPlanningNode,java.lang.String>
| Constructor and Description |
|---|
STRIPSForwardSearchReducer() |
| Modifier and Type | Method and Description |
|---|---|
Plan |
decodeSolution(jaicore.search.model.other.SearchGraphPath<StripsForwardPlanningNode,java.lang.String> solution) |
jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String> |
encodeProblem(StripsPlanningProblem problem) |
public jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String> encodeProblem(StripsPlanningProblem problem)
encodeProblem in interface ai.libs.jaicore.basic.algorithm.reduction.AlgorithmicProblemReduction<StripsPlanningProblem,Plan,jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>,jaicore.search.model.other.SearchGraphPath<StripsForwardPlanningNode,java.lang.String>>public Plan decodeSolution(jaicore.search.model.other.SearchGraphPath<StripsForwardPlanningNode,java.lang.String> solution)
decodeSolution in interface ai.libs.jaicore.basic.algorithm.reduction.AlgorithmicProblemReduction<StripsPlanningProblem,Plan,jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>,jaicore.search.model.other.SearchGraphPath<StripsForwardPlanningNode,java.lang.String>>