public class RolloutEvent<N,V extends java.lang.Comparable<V>>
extends ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent
| Constructor and Description |
|---|
RolloutEvent(java.lang.String algorithmId,
java.util.List<N> path,
V score) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<N> |
getPath() |
V |
getScore() |