Skip to content
View yokyomitsu's full-sized avatar

Block or report yokyomitsu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. PhaseTransition_Asynchronous_LifeGame PhaseTransition_Asynchronous_LifeGame Public

    このリポジトリは、コンウェイのライフゲームの非同期版を実装し、シミュレーションを実行して結果を集計し、相転移を視覚化するためのツールを提供します。

    Python

  2. Math Math Public

    このリポジトリには、他のプロジェクトで使用した(または使用する予定の)数学関連のスクリプトをまとめています。数値解析、データ処理、アルゴリズムなど、様々な用途に対応したスクリプトが含まれています。

    Python

  3. conway-game-of-life-acceleration-with-convolution conway-game-of-life-acceleration-with-convolution Public

    このプロジェクトでは、コンウェイのライフゲームを畳み込みを用いて実装したものと、二重ループを用いて実装したもののパフォーマンスを比較します。

    Python

  4. Elementary_Cell_Automaton Elementary_Cell_Automaton Public

    このリポジトリは、初等セルオートマトンのシミュレーションを行い、その結果を画像として保存し、最終的にPDFにまとめるPythonスクリプトを含んでいます。

    Python

  5. conway-game-of-life-analysis conway-game-of-life-analysis Public

    このリポジトリは、ライフゲームの初期状態として死んだセルと生きたセルの発生確率をパラメータとして実行し、 各ステップで1セルあたりの生きているセルの個数の推移を観察するためにグラフを描画するスクリプトを含んでいます。

    Python

  6. conway-game-of-life-unit conway-game-of-life-unit Public

    このプロジェクトは、コンウェイのライフゲームを事前定義された形状またはランダムな初期状態で実行できます。

    Python