Skip to content

Commit

Permalink
💥 Move article to archives (#9679)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATO-Hiro committed Feb 10, 2025
1 parent b2e673e commit 1ae1371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/archived/broken_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ title: リンク切れ

### ヒューリスティック問題を解く

- [マラソンマッチで最初の12時間にすべきこと](https://hama-du.hatenablog.com/entry/2015/12/14/000000) - ヒューリスティック型コンテストにおいて、[hamadu](https://atcoder.jp/users/hamadu)さんが普段の取り組みで気をつけていることを紹介した記事。
- 確認した日: 2025/02/10
- [マラソンマッチの取り組み方](http://www.colun.net/archives/294) - ヒューリスティック型コンテストの取り組み方について、3つの観点(問題の把握・判断基準の明確化・反復期間の短縮)に集約して説明した記事。
- 確認した日: 2024/07/24
- [焼きなまし法の真実](http://www.colun.net/archives/774) - 焼きなまし法に関する疑問点・コンテストを通して得られた知見が整理されている記事。
Expand Down
1 change: 0 additions & 1 deletion docs/articles/heuristic.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ title: ヒューリスティック問題を解く
- [相対スコア AHC の立ち回り](https://kiri8128.hatenablog.com/entry/2024/05/06/032420) - ヒューリスティック型コンテストで相対スコアが採用されているときのメタ戦略について、パラメータ群の重要度の把握・テストケースごとの行動最適化・解法の優劣比較の観点から考察されている。
- [短期AHCで勝つためのテクニック](https://speakerdeck.com/shun_pi/duan-qi-ahcdesheng-tutamenotekunituku) - 短期間コンテストにおける汎用的な戦略・テクニックが言語化されている。
- [マラソンマッチで気をつけるべきこと](https://coonevo.hatenablog.com/entry/2021/03/15/091546) - 2週間程度のヒューリスティック型コンテストを対象として、筆者の戦略を紹介した記事。
- [マラソンマッチで最初の12時間にすべきこと](https://hama-du.hatenablog.com/entry/2015/12/14/000000) - ヒューリスティック型コンテストにおいて、[hamadu](https://atcoder.jp/users/hamadu)さんが普段の取り組みで気をつけていることを紹介した記事。
- [Psyhoさんによるヒューリスティック・ボットコンテストのための無料Tips](https://ozy4dm.hateblo.jp/entry/2022/12/22/162046) - [Psyho](https://twitter.com/FakePsyho)さんがTwitterに投稿したヒューリスティック/ボット プログラミングコンテストに関する知見を、日本語に翻訳してまとめている記事。
- [Marathon Matchでいつもやってること](http://web.archive.org/web/20170809211026/http://topcoder.g.hatena.ne.jp/tomerun/20120502) - [tomerun](https://atcoder.jp/users/tomerun)さんが、ヒューリスティック型コンテストに関するノウハウをまとめた記事。
- [rhooさんによるヒューリスティックコンテストの汎用テクニック集](https://github.com/rhoo19937/p/blob/main/tech/.md) - ヒューリスティックコンテストにおける汎用的なテクニック(焼きなまし法・ビームサーチ・評価関数・高速化など)が簡潔にまとめられている。
Expand Down
2 changes: 1 addition & 1 deletion monthly_changelog/2021_09.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
### 2021-09-22

- [#2744](https://github.com/KATO-Hiro/AtCoderClans/pull/2744) - 記事「[マラソンマッチにおける精神論](https://chokudai.hatenablog.com/entry/2014/12/04/000132)」を追加。
- [#2743](https://github.com/KATO-Hiro/AtCoderClans/pull/2743) - 記事「[マラソンマッチで最初の12時間にすべきこと](https://hama-du.hatenablog.com/entry/2015/12/14/000000)」を追加。
- [#2743](https://github.com/KATO-Hiro/AtCoderClans/pull/2743) - 記事「マラソンマッチで最初の12時間にすべきこと」を追加。
- [#2742](https://github.com/KATO-Hiro/AtCoderClans/pull/2742) - Webアプリ「[Rating converter](https://silverfoxxxy.github.io/rating-converter)」を追加。
- [#2740](https://github.com/KATO-Hiro/AtCoderClans/pull/2740) - (破壊的な変更) [#2624](https://github.com/KATO-Hiro/AtCoderClans/pull/2624)に関連して、URLの変更に対応。

Expand Down

0 comments on commit 1ae1371

Please sign in to comment.