Soie
Self-organization Interactive Evolution (SOIE) is a simulation interface, allowing the interactive exploration of self-organizing particle systems.
Install / Use
/learn @roujiawen/SoieREADME
Self-organization Interactive Evolution (SOIE)
SOIE is a GUI application written in Python and C++ for the interactive exploration of simulations of self-organizing active particles. The associated paper is here.
<img src="https://github.com/roujiawen/soie_gifs/blob/master/cover.gif" width="600"/>Installation Guide
This software is written in Python 2.7 and requires pip and virtualenv to set up.
Prerequisites
- Check your Python version. Type in command line:
python -V
- Check that you have pip and virtualenv installed. Type in command line:
pip --version
virtualenv --version
Installing
- Install SOIE dependencies in virtualenv. In command line, go into the root folder of SOIE, set up a virtual environment, and install dependencies through pip:
cd [path to SOIE]
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
where [path to SOIE] is the location of the downloaded SOIE code, for example, ~/Downloads/soie-master.
Usage
If you have followed the installation guide, you are already inside a virtual environment. If that is the case,
- Launch the application directly by typing in command line:
python -m app
Otherwise,
- Activate the virtual environment first, and then launch the application:
source venv/bin/activate
python -m app
Tutorial
Applying genetic operators
<img src="https://github.com/roujiawen/soie_gifs/blob/master/genetic_operators.gif" width="600"/>Manually adjusting parameters
<img src="https://github.com/roujiawen/soie_gifs/blob/master/edit_sim.gif" width="600"/>Importing from library and adjusting display settings
<img src="https://github.com/roujiawen/soie_gifs/blob/master/library_control.gif" width="600"/>Changing permissible parameter range
<img src="https://github.com/roujiawen/soie_gifs/blob/master/range.gif" width="600"/>Examples
Replicating the Vicsek model
<img src="https://github.com/roujiawen/soie_gifs/blob/master/explore_vicsek.gif" width="600"/>Replicating the Social Differential Adhesion model
<img src="https://github.com/roujiawen/soie_gifs/blob/master/explore_social.gif" width="600"/>License
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
