Skip to content

convergencelab/utec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages