Skip to content

Commit

Permalink
Merge pull request #6972 from KATO-Hiro/#6969
Browse files Browse the repository at this point in the history
✨ Add article (#6969)
  • Loading branch information
KATO-Hiro committed Oct 5, 2023
2 parents 395fe7c + 340e6a4 commit 73621a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/articles/heuristic.md
Expand Up @@ -197,6 +197,7 @@ title: ヒューリスティック問題を解く
- [焼きなましをするときの設計に関するメモ](https://yunix-kyopro.hatenablog.com/entry/2022/10/30/141616) - 焼きなまし法を利用するときのクラス設計とC++の実装例が紹介されている記事。
- [競技プログラミングにおいて焼きなまし法に堕ちずに落とすコツ](https://qiita.com/tsukammo/items/b410f3202372fe87c919) - [tsukammo](https://atcoder.jp/users/tsukammo)さんが「焼きなまし法」を適切に利用するための知見をまとめた記事。相性の良い/悪い問題の特徴、同手法の適用範囲、問題の特性を活用したアプローチ方法が紹介されている。
- [焼きなまし法のコツ Ver. 1.3](https://shindannin.hatenadiary.com/entry/2021/03/06/115415) - [shindannin](https://atcoder.jp/users/shindannin)さんが「焼きなまし法」の使い方について、高速化・次の状態の決め方・評価関数などの観点から網羅的にまとめている記事。また、各項目について重要度が併記されているのが特徴。
- [焼きなまし法での評価関数の打ち切り](https://qiita.com/not522/items/cd20b87157d15850d31c) - 焼きなまし法の判定条件を式変形することで、評価値が閾値を超過した時点で評価関数を打ち切る方法が紹介されている。
- [焼きなまし法の適用メモ](https://jetbead.hatenablog.com/entry/20180120/1516387673) - 焼きなまし法を問題に適用するときに、留意すべき事項(重要なパラメータ・適用の妥当性を判断・概念や用語)がまとめられている記事。
- [詳解 焼きなまし法](https://github.com/hakomo/Simulated-Annealing-Techniques) - [hakomo](https://atcoder.jp/users/hakomo)さんが、コンテストで高いスコア・順位を取るために、最上位陣による実践的な工夫と適用例の網羅を目指しているレポジトリ。

Expand Down

0 comments on commit 73621a6

Please sign in to comment.