📑 Table of Contents

In artificial intelligence, a behavior selection algorithm,[1] or action selection algorithm, is an algorithm that selects appropriate behaviors or actions for one or more intelligent agents. In game artificial intelligence, it selects behaviors or actions for one or more non-player characters. Common behavior selection algorithms include:

edit

In application programming, run-time selection of the behavior of a specific method is referred to as the strategy design pattern.

See also

edit

References

edit


📚 Artikel Terkait di Wikipedia

Sorting algorithm

typical serial sorting algorithms, good behavior is O(n log n), with parallel sort in O(log2 n), and bad behavior is O(n2). Ideal behavior for a serial sort

Algorithm selection

Algorithm selection (sometimes also called per-instance algorithm selection or offline algorithm selection) is a meta-algorithmic technique to choose

Median of medians

medians is an approximate median selection algorithm, frequently used to supply a good pivot for an exact selection algorithm, most commonly quickselect, that

Artificial intelligence

for the Advancement of Artificial Intelligence (AAAI) Behavior selection algorithm – Algorithm that selects actions for intelligent agents Business process

Randomized algorithm

class of inputs that generate this behavior defined by the protocol for pivot selection. However, if the algorithm selects pivot elements uniformly at

Ant colony optimization algorithms

1992 in his PhD thesis, the first algorithm was aiming to search for an optimal path in a graph, based on the behavior of ants seeking a path between their

Genetic algorithm

genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA) in

Artificial intelligence in video games

Video games portal Applications of artificial intelligence Behavior selection algorithm – Algorithm that selects actions for intelligent agents Machine learning