Skip to content
#

cuckoo-search

Here are 23 public repositories matching this topic...

swarmlib

This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)

  • Updated Dec 16, 2020
  • Python

This repository offers a movie recommendation system that uses Neural Collaborative Filtering and Non-negative Matrix Factorization (NNMF) for generating user-item matrices, combined with Cuckoo-Search and K-means clustering for optimization. The algorithm leverages collaborative filtering to make fast movie suggestions based on single preferences

  • Updated Nov 21, 2024
  • Jupyter Notebook

This project aimed to implement three well-known meta-heuristic algorithms: cuckoo search (CS), bat algorithm (BA), and flower pollination algorithm (FPA). We found that three algorithms could have a promising performance generally. It might need more runs to be converged when training BA. The time cost of BA was the highest while the difference…

  • Updated Jun 30, 2021
  • Python

Metaheuristic optimization algorithms racing live on benchmark functions — 6 optimizers, animated contour plots, user-defined objective functions (safe sympy parsing), and Wilcoxon-based statistical comparison.

  • Updated Jul 15, 2026
  • Python

Add this topic to your repo

To associate your repository with the cuckoo-search topic, visit your repo's landing page and select "manage topics."

Learn more