convergencelab / utec

Untitled Evolutionary Computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Untitled Evolutionary Computation

Setup

Windows

Have administrative privileges and run from cmd

python -m venv --clear --prompt utec venv
venv\Scripts\activate.bat
pip install --upgrade pip setuptools wheel
pip install --editable .

Bash

python3.10 -m venv --clear --prompt utec venv
. venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install --editable .

Formatter

format # just type this

Unit Tests

python -m unittest # May need python3

About

Untitled Evolutionary Computation

License:GNU General Public License v3.0


Languages

Language:Python 100.0%