LeweLotki / inzynierka_PSO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numeric model predicting motion of heterogenous particles based on machine learning


Clone this repository:
git clone https://github.com/LeweLotki/inzynierka_PSO.git

Enter repository:
cd inzynierka_PSO

Install poetry:
pip install pipx pipx install poetry

Build dependencies:
poetry install

Activate virtual environment:
poetry shell

Display program description:
python src/main.py --help

To run simulation of particles motion and display visualization type:
python src/main.py -s


Representation of cost function:


density_area

About


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%