galapagos
DocsHubLeaderboardPlaygroundNews
galapagos

six blocks · any task ·
better solutions emerge.

Platform

  • Hub
  • Leaderboard
  • Playground

Resources

  • Docs
  • API reference
  • Card spec

Community

  • GitHub
  • Contribute

Updates

  • News
  • Releases

© 2026 Galapagos. Licensed under Apache-2.0.

Build your own scaffold.

Hub/Scaffolds/default/Best-of-N (attempt-counted)

default/best_of_n_attempts

Best-of-N (attempt-counted)

Best-of-N that rotates the parent every N attempts — failed/invalid tries spend the budget too.

Test-time searchApache-2.0
Scaffold cardFiles and versions
best_of_n_attempts/card.yaml
16 lines · 657 ByamlDownload
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}