memetic-algorithms
There are 33 repositories under memetic-algorithms topic.
nilinswap/neuro-evolution
A project on improving Neural Networks performance by using Genetic Algorithms.
thomasWeise/moptipy
Implementation of metaheuristic optimization methods in Python for scientific, industrial, and educational scenarios. Experiments can be executed in parallel or in a distributed fashion. Experimental results can be evaluated in various ways, including diagrams, tables, and export to Excel.
Kvatsx/Artificial-Intelligence-Assignments
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
salvacorts/UGR-Metaheuristics
:seedling: Genetic Algorithm, Memetic Algorithms, GRASP, Simulated Annealing, Multi start search, Reiterated Local Search, Local Search, Greedy and randomized Greedy
benjaminpatrickevans/ConvGP
Convolutional Genetic Programming method for image classification
graphcoloring/HEAD
This project proposes an efficient memetic algorithm for the graph coloring problem. Authors : L. Moalic (laurent.moalic@uha.fr) and A. Gondran (alexandre.gondran@enac.fr). Details are presented in the paper "Variations on memetic algorithms for graph coloring problems" :
ayrna/tssa
Time Series Segmentation Algorithms
facaraff/SOS
The Stochastic Optimisation Software (SOS) is a research-oriented software platform for Metaheuristic Optimisation (Stochastic Optimisation). If you are using SOS, please acknowledge the article "Caraffini, F.; Iacca, G. The SOS Platform: Designing, Tuning and Statistically Benchmarking Optimisation Algorithms. Mathematics 2020, 8, 785." (https://doi.org/10.3390/math8050785)
virresh/evolutionary_search_algorithms
Implementation of Genetic Algorithm, Memetic Algorithm and Constraint Satisfaction on a Time Table scheduling problem. Also has an implementation of MiniMax Strategy for TicTacToe
jjuppe/AirplaneLandings
A Bionomic Algorithm for the Aircraft Landing Problem
davidgasquez/qap
:briefcase: Approach to the Quadratic Assignment Problem in C++ using memetic algorithms and tabu search.
smkalami/ypea110-shuffled-complex-evolution
Shuffled Complex Evolution (SCE-UA) in MATLAB
happygirlzt/minesweeper
Implementation about a memetic algorithm, including a genetic algorithm and local search for our defined Minesweeper game.
rayanf/N-Queens-Memetic-Algorithm
Solving N-Queens problem by implementing Memetic Algorithm.
alvarillo89/UGR-Metaheuristics
š§ A set of metaheuristics applied in solving the QAP problem, including local search, genetic algorithms, memetics and more.
carlossegurag/LOP_MA-EDM
Memetic Algorithms with Explicit Diversity Management for the Linear Ordering Problem.
el-mimoso/tsp
A genetic algorithm to solve the traveling salesman problem
jduarte00/genetic_memetic_solver_implementation_TSP
This is an implementation for solving the TSP problem using a genetic and a memetic algorithm. PySpark is used to use a distributed workload.
jhadziahDev/Diverse-Protein-Discovery-in-Large-Scale-Datasets-A-Machine-Learning-Perspective
This work was aimed at finding methods to identify the most distant proteins and most diverse subsets of proteins from large protein databases in a scalable and efficient way using a dataset of protein embeddings from SwissProt, data mining techniques and metaheuristics.
lakshya16240/Artificial-Intelligence-Assignments
All the programming assignments done as a part of the AI course in IIIT Delhi
pinam45/USCP
Unicost Set Covering Problem
smkalami/ypea109-shuffled-frog-leaping-algorithm
Shuffled Frog Leaping Algorithm (SFLA) in MATLAB
andalusm/Color
The implementation of the paper Solving the Latin Square Completion Problem by Memetic Graph Coloring
Kajune/MemeticAlgorithm
C++ implementation of Memetic Algorithm
MrLukeKR/Artificial-Intelligence-Optimisation-Methods
Second Year project (Module: Artificial Intelligence Methods), focusing on implementing and evaluating AI Optimisation methods.
peterwisu/metaheuristic_optimizer
COM 3031 Computational Intelligence Assignment
ppgllrd/Algorithms.LABS
Metaheuristics for finding good Low Autocorrelation Binary Sequences.
qclayssen/Detection-of-epistasis-patterns-in-genetic-data.
Detection of epistasis patterns using Memetic algorithm and Path Relinking method
suryanktiwari/Genecrypt
Symmetric Cipher Breaking Using Genetic and Memetic Algorithms
angelfloreso/CUDA-Memetic-Algorithm
CUDA code for DE+PSO for Gene Regulatory Network inference
Bio4Res/memetic-continuous
Memetic algorithms for continuous optimization
pinam45/USCP_results
USCP results
ppgllrd/Algoritms.scala.EA
Evolutionary Algorithms in Scala