class ActionSetScoringStrategies
package needs.ai
The ActionSetScoringStrategies class contains boilerplate methods for determining the relative utility of ActionSets. These scoring strategies are typically used to rank particular ActionSets to put some groups of Actions ahead of others.
Static methods
staticpassthroughScoringStrategy<ReasonerIdType, ActionSetIdType, ActionIdType, ConsiderationIdType, InputIdType> (reasoner:Reasoner<ReasonerIdType, ActionSetIdType, ActionIdType, ConsiderationIdType, InputIdType>):Array<ActionSetScorePair<ActionSetIdType, ActionIdType, ConsiderationIdType, InputIdType>>
Passthrough method that takes some ActionSets and doesn't do anything to rank them by utility.
Returns:
The ActionSets that were provided.