Skip to content

Commit

Permalink
Update week-3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zi-ang-liu committed Oct 29, 2024
1 parent f5df073 commit 0a9dca4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions practice-on-systems-engineering/contents/week-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,15 @@ print("Total weight:", knapsack_weight(x))

アルゴリズムの比較について、以下の表を作成してください。ランダムサーチには、ランダム性があるため、複数回(10回程度)実行して平均値を求めてください。

Table: 初期解の評価値の比較
初期解を$\mathbf{x_0}$としたとき、その評価値を$\sum_{i \in \mathcal{I}} v_i x_{0i}$とします。

Table: 解の評価値の比較

| 指標 | ランダムサーチ | 提案手法 |
| --- | --- | --- |
| 初期解の評価値 | | |
| `n_iter = 10` | | |
| `n_iter = 100` | | |
| `n_iter = 1000` | | |



Expand Down

0 comments on commit 0a9dca4

Please sign in to comment.