Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RandomGenerate関数の実装 #7

Open
YASAI03 opened this issue Jul 3, 2019 · 2 comments
Open

RandomGenerate関数の実装 #7

YASAI03 opened this issue Jul 3, 2019 · 2 comments
Assignees

Comments

@YASAI03
Copy link
Contributor

YASAI03 commented Jul 3, 2019

将来実装予定のVirsualServerクラスのメンバになる予定の関数です。

要件

1st(目標:7/19)

  • 左右対称の初期配置を作る。
  • 負数割合の設定ができる。
  • JsonFileの形で書き出す。(これはNasatame氏の実装が終わったならばそれを使っても大丈夫です。)
  • 20×20のフィールド、各チーム8人のエージェントで実装する

2nd(目標:7/26)

  • 10×10~20×20のサイズをランダムで決定する。
  • 各チームエージェントの人数はフィールド50マスにつき1人程度

3rd(目標:8/2)

  • 左右対称だけでなく上下対称、上下左右対称、点対称の初期状態もランダムで決定する。

昨年のRandomGenerateのコードも参考になると思います。頑張って!

@YASAI03 YASAI03 added the enhancement New feature or request label Jul 3, 2019
@YASAI03 YASAI03 added the Need Implement 実装お願いします!! label Jul 3, 2019
@YASAI03
Copy link
Contributor Author

YASAI03 commented Jul 3, 2019

追記:実装の際は実際にプロジェクトにVirtualServer.hpp&cppを作っても構いません。

@kaketi
Copy link
Collaborator

kaketi commented Aug 3, 2019

左右上下対称の初期配置。負数割合の設定。JsonFile形式で書き出し。エージェント8人。
が今の進捗です。

@YASAI03 YASAI03 added 優先度:中 and removed Need Implement 実装お願いします!! enhancement New feature or request labels Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants