Grey Wolf Optimizer (+ PSO for comparison) algorithm implementation in C++ with Python bindings
You can go directly to benchmark
directory and execute:make run
It will compile optimization.so
shared library (with python bindings) and run python script,
which imports the aforementioned library (module).
Results of the execution will be present in data/
and bests/
directories.