Beam Search
ConceptBeam search is a heuristic search strategy that explores a fixed-width frontier of candidate solutions, commonly used to guide discrete-output generation and adversarial search. In program synthesis it is paired with encoder–decoder neural networks (PCCoder, RobustFill), and in adversarial machine learning it has been adapted for black-box image and text attacks.
WIKI
Beam Search
Beam search is a heuristic search strategy that, instead of committing to a single best candidate at each step (as in greedy search), maintains the top-k highest-scoring partial candidates (the "beam") and expands them in parallel. This trades a modest amount of additional computation for a much broader exploration of the search space and consistently better final candidates than greedy search.
Use in Program Synthesis
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →