Skip to content
/ heutopia Public template

Utility tools and templates for short AtCoder Heuristic Contests

Notifications You must be signed in to change notification settings

hitonanode/heutopia

Repository files navigation

HEutopia: Heuristic contests optimization tools

短期の AtCoder Heuristic Contest で効率的に実験・パラメータ調整を進めるための Python スクリプト等のテンプレートです。

はじめにやること

パッケージのインストール

pyenv install 3.11.8
poetry env use 3.11.8
poetry install

システムパラメータの設定

config.yaml に基本的な設定が集約されている。

ローカルテストケースの全実行

make run

Optuna によるパラメータチューニングの実行

make train

C++ コードにオートフォーマッタをかける

make format

Python スクリプトにオートフォーマッタをかける

make pyformat

About

Utility tools and templates for short AtCoder Heuristic Contests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published