crossover
There are 126 repositories under crossover topic.
wagenaartje/neataptic
:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
lacymorrow/crossover
🎯 A Crosshair Overlay for any screen.
MythicApp/Mythic
An open-source macOS game launcher with the ability to play Windows games through a custom implementation of Apple's Game Porting Toolkit — supporting multiple platforms.
john-shine/Docker-CodeWeavers_CrossOver-VNC
A docker for run CrossOver though VNC remote manage
andrewmd5/orion
a command-line game launcher for the Game Porting Toolkit
ohaiibuzzle/Harbor
A harbor for all your game *porting* activities (get it?)
SnoutBug/BeamNG_terrainMaterialCache
BeamNG.drive Black Terrain fix for Linux and Mac
Hephyrius/Binance-Signal-Bot
A Binance Bot that Trades Macd Crossovers
fabiofdsantos/2d-cutting-stock-problem
:scissors: Solving 2D cutting stock problems with genetic algorithms (AI)
Computational-Intelligence-Fall18/Computational-Intelligence-Tutorials
This is the repository of codes written in class.
hassanzadehmahdi/Traveling-Salesman-Problem-using-Genetic-Algorithm
Genetic algorithms are heuristic search algorithms inspired by the process that supports the evolution of life. The algorithm is designed to replicate the natural selection process to carry generation, i.e. survival of the fittest of beings.
rbourgeat/mac-m1-game-list
A WIP Game List working on mac (and tested) with Crossover, Parallels or Rosetta 2
vaibhavmagon/Auction-Marketplace
Crossover Task - Auction marketplace comprising an end-to-end classified platform with the option to bid on products in realtime. ⚖️
ZL-Audio/ZLSplitter
splitter plugin
tonywalker1/wine-container
OCI Container for Wine using buildah and podman
Computational-Intelligence-Fall18/Genetics
Genetics (Initialization, Selection, Crossover, Mutation)
mincequi/qLouder
A tool to measure and design loudspeakers
pxzlz-ctrl/Crossover4Free
Extend your Crossover trial.
smkalami/nsga2-in-python
Implementation of NSGA-II in Python
BY571/GARNE-Genetic-Algorithm-with-Recurrent-Network-and-Novelty-Exploration
GARNE: Genetic-Algorithm-with-Recurrent-Network-and-Novelty-Exploration
nitya123-github/DNA-Genetic-Encryption
In this project we implement a DNA-Genetic Encryption Technique (D-GET) in order to make the DNA SEQUENCE more secure and less predictable.
DubiousCactus/GeneticAlgorithm
Implementation of a simple genetic algorithm designed to solve the Traveling Salesman Problem, using ncurses to visualize the graph.
GAStudyGroup/GPX2
Implementation of Generalized Partition Crossover for the Problem of Traveling Salesman Problem.
janhieber/small_hifi
Small HiFi audio system for good sound in small rooms
peshrus/crossover-interview-2019-written-evaluation
See more details in my Medium post:
GAStudyGroup/vrp
Implementation of a theory to use Generalized Partition Crossover with Vehicle Routing Problem.
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.
avestura/Ocisp
🧬 An implementation of optimized crossover for independent set problem
hanzheteng/Genetic-Algorithm
Genetic algorithm for unconstrained single-objective optimization problem.
kdridi/docker-crossover
CrossOver dockerized
mjawaids/virtual-expo
Virtual Expo Application where companies can book their stands in events and users can visit stands on current events.
Viliami/GANN
GANNlib is a simple Genetic Algorithms and Neural Network library, that provides an easy to use interface for creating GAs and NNs quickly. Use a simple GA in less than 20 lines of code.
westonkd/Optiroute
Route optimization web application
Bishal-Bhandari/BlueShip-RoutingProblem
Using genetic algorithm for finding the shortest and optimized route based on its environment.
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
saeedrznr/Genetic_Algoithm
a python program thart uses genetic algorithm to find max point of y = sin(10Πx)+2