Skip to content

Instantly share code, notes, and snippets.

@sile
Created January 27, 2020 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sile/d99978890c59b47a3d7a3c8d9dbaf2e0 to your computer and use it in GitHub Desktop.
Save sile/d99978890c59b47a3d7a3c8d9dbaf2e0 to your computer and use it in GitHub Desktop.
Kurobako blog: custom-solvers.sh
$ kurobako solver command python random.py > solvers.json
$ kurobako solver command python sa.py >> solvers.json
$ kurobako studies --problems $(cat problems.json) --solvers $(cat solvers.json) | kurobako run > result.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment