Skip to content

Hybrid Gray Wolf Optimiser with Sine Cosine Algorithm

Jakob Beckmann edited this page Mar 24, 2019 · 2 revisions

Potential Optimisations:

  • Update fitness of single wolves while looking for leaders instead of doing two passes.
  • Don't use indexes for the leaders, this makes locality horrible when looking for new leaders.

Clone this wiki locally