An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: memetic-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.

Language: Python - Size: 6.88 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 24 - Forks: 2

benjaminpatrickevans/ConvGP

Convolutional Genetic Programming method for image classification

Language: Python - Size: 17.5 MB - Last synced at: 1 day ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 2

salvacorts/UGR-Metaheuristics

:seedling: Genetic Algorithm, Memetic Algorithms, GRASP, Simulated Annealing, Multi start search, Reiterated Local Search, Local Search, Greedy and randomized Greedy

Language: C++ - Size: 13.6 MB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 18 - Forks: 2

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

Language: Python - Size: 254 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

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)

Language: Java - Size: 42.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 4

ayrna/tssa

Time Series Segmentation Algorithms

Language: MATLAB - Size: 1.03 MB - Last synced at: 26 days ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 0

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.

Language: Python - Size: 1.22 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

angelfloreso/CUDA-Memetic-Algorithm

CUDA code for DE+PSO for Gene Regulatory Network inference

Language: Cuda - Size: 20.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rayanf/N-Queens-Memetic-Algorithm

Solving N-Queens problem by implementing Memetic Algorithm.

Language: Jupyter Notebook - Size: 275 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ppgllrd/Algoritms.scala.EA

Evolutionary Algorithms in Scala

Language: Scala - Size: 43.9 KB - Last synced at: almost 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

ppgllrd/Algorithms.LABS

Metaheuristics for finding good Low Autocorrelation Binary Sequences.

Language: C - Size: 37.1 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

lakshya16240/Artificial-Intelligence-Assignments

All the programming assignments done as a part of the AI course in IIIT Delhi

Language: Jupyter Notebook - Size: 10.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

nilinswap/neuro-evolution

A project on improving Neural Networks performance by using Genetic Algorithms.

Language: Python - Size: 145 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 23 - Forks: 5

andalusm/Color

The implementation of the paper Solving the Latin Square Completion Problem by Memetic Graph Coloring

Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Kvatsx/Artificial-Intelligence-Assignments

A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D

Language: Python - Size: 129 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 3

carlossegurag/LOP_MA-EDM

Memetic Algorithms with Explicit Diversity Management for the Linear Ordering Problem.

Language: C++ - Size: 64.5 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

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.

Language: Jupyter Notebook - Size: 778 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

peterwisu/metaheuristic_optimizer

COM 3031 Computational Intelligence Assignment

Language: Jupyter Notebook - Size: 5.68 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

smkalami/ypea109-shuffled-frog-leaping-algorithm

Shuffled Frog Leaping Algorithm (SFLA) in MATLAB

Language: MATLAB - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

alvarillo89/UGR-Metaheuristics

🧠 A set of metaheuristics applied in solving the QAP problem, including local search, genetic algorithms, memetics and more.

Language: C++ - Size: 1.55 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

davidgasquez/qap

:briefcase: Approach to the Quadratic Assignment Problem in C++ using memetic algorithms and tabu search.

Language: C++ - Size: 78.1 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

happygirlzt/minesweeper

Implementation about a memetic algorithm, including a genetic algorithm and local search for our defined Minesweeper game.

Language: Python - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 1

smkalami/ypea110-shuffled-complex-evolution

Shuffled Complex Evolution (SCE-UA) in MATLAB

Language: MATLAB - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

qclayssen/Detection-of-epistasis-patterns-in-genetic-data.

Detection of epistasis patterns using Memetic algorithm and Path Relinking method

Size: 500 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Kajune/MemeticAlgorithm

C++ implementation of Memetic Algorithm

Language: C++ - Size: 405 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

suryanktiwari/Genecrypt

Symmetric Cipher Breaking Using Genetic and Memetic Algorithms

Language: Python - Size: 1.25 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

pinam45/USCP

Unicost Set Covering Problem

Language: C++ - Size: 4.53 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

pinam45/USCP_results

USCP results

Size: 1.37 GB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

MrLukeKR/Artificial-Intelligence-Optimisation-Methods

Second Year project (Module: Artificial Intelligence Methods), focusing on implementing and evaluating AI Optimisation methods.

Language: Java - Size: 32.2 KB - Last synced at: 6 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

Related Keywords
memetic-algorithms 29 genetic-algorithm 12 metaheuristics 7 genetic-algorithms 4 optimization 4 python 4 particle-swarm-optimization 3 constraint-satisfaction-problem 3 alpha-beta-pruning 3 simulated-annealing 3 evolutionary-algorithms 3 bioinformatics 2 memetic-algorithm 2 evolutionary-computation 2 sarsa-learning 2 reinforcement-learning 2 cpp 2 q-learning 2 n-puzzle 2 minimax-algorithm 2 artificial-intelligence 2 combinatorial-optimization 2 rwls 2 uscp 2 masc 2 optimization-algorithms 2 hill-climbing 2 ant-colony-optimization 2 astar-algorithm 2 breadth-first-search 2 grasp 2 depth-first-search 2 ida-star-algorithm 2 local-search 2 python3 2 perturbation 1 latin-squares 1 coloring-graph 1 coloring 1 transfer-learning 1 tensorflow 1 nsga2 1 neuroevolution 1 neural-network 1 neat 1 deap 1 labs 1 optimization-methods 1 latex 1 cpp17 1 symmetric-key-cryptography 1 hill-climbing-search 1 cipher-crack 1 operations-research 1 smmb-aco 1 path-relinking 1 epistasis-patterns 1 shuffled-complex-evolution 1 sce-ua 1 sce 1 minesweeper 1 qap 1 shuffled-frog-leaping-algorithm 1 sfla 1 metaheuristic 1 frog-leaping 1 pytorch 1 nature-inspired-algorithms 1 deep-learning 1 tsp-problem 1 linear-ordering 1 wilcoxon-mann-whitney-test 1 metaheuristic-optimisation 1 heuristics 1 evolution-strategies 1 comparison 1 benchmarking 1 benchmark-suite 1 algorithmic-composition 1 tictactoe 1 scheduling-algorithms 1 min-max 1 ma 1 ga 1 csp 1 ai 1 ils 1 greedy-algorithms 1 image-classification 1 gradient-descent 1 genetic-programming 1 replicability 1 randomized-local-search 1 random-walk 1 heuristic-optimization 1 experimentation 1 autocorrelation 1 scala 1 onemax-problem 1 knapsack-problem 1