Skip to content

Simple Python Implementation of Differential Search Algorithm (DSA)

Notifications You must be signed in to change notification settings

rishnthan/differential-search-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Differential Search Algorithm

Info

This was made for my final year project. I wrote this while using the original MATLAB code as a reference. Please note this is a simple implementation of the differential search algorithm in Python. Please don't fret to work/improve on this code.

Usage

Requirements: numpy >= 1.26.0 Run the following command. python test_objective_functions.py

Note: To change the DSA parameters or to use a different objective function, please change it respectively in either DSA.py or test_objective.function.py

Credits

Releases

No releases published

Packages

No packages published

Languages