Skip to content

convergencelab/utec

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages