Skip to content

prathu1812/swarm-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signature of Sine Cosine Algorithm

Signature analysis of the algorithm is a tool to study the biases of any meta-heuristic algorithm. For performing signature analysis, an impossible plateau or a constant function is optimized using the underlying meta-heuristic algorithm. As the underlying algorithm is optimizing a constant function, the algorithm should randomly distribute the solutions in the search space. This code finds the intrinsic biases of the Sine Cosine Algorithm. I have added signature analysis for Sine Cosine Algorithm for tutorial purposes.SignatureSCA SignatureSCA2 SignatureSCA3

Sine Cosine Algorithm is diagonally biased and distributes solutions in the first and third quadrants of the search space.

About

Signature of Sine Cosine Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages