216 skills found · Page 4 of 8
hibestil / DeliverMulti Depot Vehicle Routing Problem (MDVRP) with genetic algorithm & brute force solver written in Python.
schlatterbeck / PgapyPython wrapper for pgapack, the parallel genetic algorithm library
saattrupdan / NaturalselectionA general-purpose pythonic genetic algorithm.
luangrezende / Neural Network Circuit GameNeuroevolution simulation where AI-controlled cars learn to drive a custom circuit using a genetic algorithm (no backpropagation). Built with Python, NumPy and Matplotlib, includes a real-time visualizer and an interactive track editor.
Omair-R / PyGeneticA multi-purpose genetic algorithm written in python
thehalfspace / Stress InversionPython program for forward modelling and inversion of stress from fault-slip observations using genetic algorithms
christianrfg / Ga PsoGenetic Algorithm Particle Swarm Optimization Implemented in Python
Marcnuth / GeneticsGenetic Algorithm in Python, which could be used for Sampling, Feature Select, Model Select, etc in Machine Learning
Josephbakulikira / Self Driving Car Python Genetic AlgorithmSpline , Curve editor with pygame ( catmul rom spline ) with pygame python
adimidania / FlowshopA set of Python Jupyter notebooks exploring the Flow Shop Scheduling Problem (FSP) through exhaustive search, heuristics, local search-based metaheuristics, and population-based metaheuristics such as genetic algorithms, focusing on both solution quality and computational efficiency.
ganjalipour / Optimizationmulti objective, single objective optimization, genetic algorithm for multi-objective optimization, particle swarm intelligence, ... implementation in python
handcraftsman / GeneticPyGenetic Algorithms with Python
jacksonpradolima / PyNeurGenPython Neural Genetic Algorithm Hybrids (PyNeurGen) - GitHub Fork
SajjadAemmi / Genetic AlgorithmsGenetic Algorithms with Python
hww-dev / RCPSP Genetic AlgorithmPython implementation of a Genetic Algorithm for the Resource-Constrained Project Scheduling Problem
HCB06 / PyerualJetworkPyerualJetwork is a GPU-accelerated machine learning library in Python for professionals and researchers, featuring PLAN & ENE (Eugenic NeuroEvolution) for genetic optimization, which can also be explored for genetic algorithms, also includes classic MLP(& DL). It includes data pre-processing and memory management.
saeedsltm / PyGAVelPython script for estimating 1D velocity model using Genetic Algorithm.
chovanecm / Python Genetic AlgorithmGenetic algorithm "library"
katerina7479 / PyneurgenGithub fork of Python Neural Genetic Algorithm Hybrids (Pyneurgen)
blakeaw / GAlibrateParameter estimation and model calibration using Genetic Algorithm optimization in Python.