Skip to content
/ WOA Public
forked from docwza/woa

Python Whale Optimization Algorithm

License

Notifications You must be signed in to change notification settings

Veltys/WOA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.