Skip to content

SoraY677/eccomp2020-own

Repository files navigation

eccomp2020 自分用リポジトリ

概要

EC-Comp2020 problem: Designing a random number sequence to entertain game players. This problem is an N-variable, M-objective, L-constraint problem of creating cognitively unbiased random number sequences.

ゲームなどで用いられる乱数について完全にランダムにしていたとしても人間目ではそう感じないことがよくある。
そのため、今回のコンペでは 「人間目で見て、より乱数っぽい乱数を生成する」 ことが目的である。

リンク系

環境

version

python3.8.5

install

$ git clone https://github.com/SoraY677/eccomp2020-own.giteccomp2020.git
$ cd eccomp2020-own
$ pip install -r requirements.txt

common build

# スクリプトから直接解提出
python main.py

# jsonに一度出力してから解提出
python main2.py

About

eccomp2020の自分用リポジトリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors