name: best_of_n_attempts display_name: Best-of-N (attempt-counted) organization: "default" type: test_time_search summary: "Best-of-N that rotates the parent every N attempts — failed/invalid tries spend the budget too." source: "Galapagos variant of SkyDiscover's best_of_n search strategy" tags: [baseline, sampling, best-of-n, exploitation, variant] license: Apache-2.0 controller: galapagos.scaffolds.best_of_n_attempts.scaffold.BestOfNAttemptsScaffold components: population: {kind: keep_all} selection_policy: {kind: best_of_n_attempts} prompt_builder: {kind: default} proposer: {kind: diff} evaluator: {kind: task} memory: {kind: none}