# population_based_search > Orderings that maintain multiple candidate solutions or use - Author: Benjamin Ward - Repository: benjam3n/GOSM - Version: 20260127091712 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/benjam3n/GOSM - Web: https://mule.run/skillshub/@@benjam3n/GOSM~population_based_search:20260127091712 --- --- name: population_based_search description: "Orderings that maintain multiple candidate solutions or use" --- # Population Based Search ## Overview Orderings that maintain multiple candidate solutions or use iterative deepening. Use when exploring multiple regions simultaneously or when memory/optimality trade-offs matter. --- **Input**: $ARGUMENTS Apply this procedure to the input provided.