Class IdentityReduction<I,O>
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.reduction.IdentityReduction<I,O>
-
- All Implemented Interfaces:
AlgorithmicProblemReduction<I,O,I,O>
public class IdentityReduction<I,O> extends java.lang.Object implements AlgorithmicProblemReduction<I,O,I,O>
-
-
Constructor Summary
Constructors Constructor Description IdentityReduction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OdecodeSolution(O solution)IencodeProblem(I problem)
-
-
-
Method Detail
-
encodeProblem
public I encodeProblem(I problem)
- Specified by:
encodeProblemin interfaceAlgorithmicProblemReduction<I,O,I,O>
-
decodeSolution
public O decodeSolution(O solution)
- Specified by:
decodeSolutionin interfaceAlgorithmicProblemReduction<I,O,I,O>
-
-