An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with crossover-operator

A curated list of projects in awesome lists tagged with crossover-operator .

https://github.com/khaledashrafh/ga-knapsackizer

This repository contains a C++ program that solves the Knapsack Problem using a Genetic Algorithm. The Knapsack Problem is a classic optimization problem where we aim to maximize the total value of items to be packed in a knapsack, given the knapsack's weight capacity and a set of items with their respective weights and values.

crossover crossover-operator genetic-algorithm genetic-algorithms genetics knapsack knapsack-ga knapsack-genetic knapsack-problem mutation mutation-operator soft-computing soft-computing-course

Last synced: 17 Oct 2025

https://github.com/khaledashrafh/curve-fitting

This program implements a genetic algorithm for curve fitting using a polynomial equation. The goal is to find the best coefficients for the polynomial equation that minimize the distance between the curve and a given set of data points. The genetic algorithm is used to search for the optimal solution by evolving a population of candidate solutions

chromosome crossover crossover-operator curve-fitting elitist-genetic-algorithm genetic-algorithm genetic-algorithms mutation mutation-operator soft-computing soft-computing-course soft-computing-techniques tournament-selection

Last synced: 17 Oct 2025

https://github.com/ap-atul/genetic

A simple to use, ready to integrate genetic algorithm package

crossover-operator genetic-algorithm genetic-solver mutation tournament

Last synced: 02 Aug 2025

https://github.com/nikhil97353/evolutionary-algorithm-for-traveling-salesman-problem-tsp-

In this project, I implemented an Evolutionary Algorithm (EA) to solve the Travelling Salesman Problem (TSP), a classic optimization challenge where the goal is to find the shortest route that visits a set of cities exactly once and returns to the starting point.

crossover-operator evolutionary-algorithms genetic-algorithm shortest-path-routing-algorithm travelling-salesman-problem

Last synced: 01 Sep 2025

https://github.com/nikhil97353/travelling-thief-problem-genetic-algorithm-_approach

This project solves the GECCO19 Traveling Thief Problem (TTP) using a Multi-objective Evolutionary Algorithm (MOEA) to optimize both travel time (TSP) and profit (KNP) with advanced crossover, mutation, and selection operators

crossover-operator evolutionary-algorithms knapsack-problem mutation npproblem optimization-algorithms shortest-path-algorithm travelling-salesman-problem travelling-thief-problem

Last synced: 08 Jun 2026