Skip to content

dverunka/Py-CEC20-Simanne

Repository files navigation

Results

graphs: in graphs/ folder

statistics: printed on standard output (stdout)

my last run statistics: report.txt

Dependencies

Use the package manager pip to install:

python3 -m pip install numpy
python3 -m pip install matplotlib

Usage (Mac, Linux)

1.) in cec_2020.py use CEC20_SO_LIB = "./cec20_test_func.so"

2.) c++ -fPIC -shared -o cec20_test_func.so cec20_test_func.cpp

3.) python3 cec_2020.py

Usage (Windows)

1.) in cec_2020.py use CEC20_SO_LIB = "./cec20_test_func.dll"

2.) c++ -fPIC -shared -o cec20_test_func.dll cec20_test_func.cpp

3.) py cec_2020.py

About

CEC 2020 benchmark of Simulated annealing algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors