Veltys / WOA

Python Whale Optimization Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WOA

Python implementation of the Whale Optimization Algorithm

Description

Python implementation of the Whale Optimization Algorithm. Additional information can be found at the algorithm's webpage.

Installation

Dependancies

Running the code

python run.py will run the WOA with default arguments. Run python run.py --help to learn more about command line arguments. A few test optimization functions have been included for demonstration purposes.

About

Python Whale Optimization Algorithm

License:MIT License


Languages

Language:Python 100.0%