Meta-heuristic optimisation suite for python
-
Updated
May 30, 2023 - Python
Meta-heuristic optimisation suite for python
Hyper-parameter tuning of Time series forecasting models with Mealpy
Hyper-parameter tuning of classification model with Mealpy
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…
Stock Portfolio Optimisation (optimization with meta-heuristics), in context of Artificial Intelligence Class.
Solving Knapsack problem with Genetic Algorithmns
Solving N-Queens problem with Genetic Algorithm
Add a description, image, and links to the meta-heuristic-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the meta-heuristic-algorithms topic, visit your repo's landing page and select "manage topics."