GitHub topics: genetic-programming
roman91DE/Analyzing-the-influence-of-Selection-on-Genetic-Programming
Research Project Information Systems: Analyzing the influence of Selection on Genetic Programming’s Generalization ability in Symbolic Regression - A comparison of ϵ-lexicase Selection and Tournament Selection
Language: Jupyter Notebook - Size: 18.3 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

chen0040/cs-tree-genetic-programming
tree-based genetic programming implemented using C#
Language: C# - Size: 1.2 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

mark-sed/ebe
Edit by Example - automated file editing just from given examples.
Language: C++ - Size: 3.01 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 15 - Forks: 0

AlirezaEslamikhah/Genetic-Programming
In artificial intelligence, genetic programming is a technique of evolving programs, starting from a population of unfit programs, fit for a particular task by applying operations analogous to natural genetic processes to the population of programs.
Language: Python - Size: 935 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

devprabal/genetic-algorithm 📦
Language: C++ - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

julianthome/biofuzz-tk 📦
BioFuzz Toolkit helps you to parse strings and to perform operations on the resulting parse trees. It is suited to programs that leverage GP or similar techniques. The parsing and token generation happens based on a context-free grammar description. Further, it supports the two well-known GP operations: Mutation and Crossover.
Language: Java - Size: 3.23 MB - Last synced at: almost 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

bhrnjica/gpdotnetv4
C# implementation of the various algorithms based on Genetic Algorithm, Genetic Programming and Artificial Neural Networks.
Language: C# - Size: 22.6 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 24 - Forks: 10

davemc0/GenArt
Genetic Art in CUDA, C++, and OpenGL; great fractal and organic modes, unlike Karl Sims' original 1995 Siggraph paper
Language: C++ - Size: 9.48 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

yyxhdy/arja
Multi-Objective GP for Automated Repair of Java
Language: Java - Size: 13.7 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 35 - Forks: 15

Serafim-End/periodicity-research
The research of accuracy of searching cycles methods in symbolic sequences (time series) with presence of random noises.
Language: Python - Size: 2.68 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 2

renatoosousa/GeneticAlgorithmForFeatureSelection
Search the best feature subset for you classification mode
Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 90 - Forks: 28

marcovirgolin/GP-GOMEA
Genetic Programming version of GOMEA. Also includes standard tree-based GP, and Semantic Backpropagation-based GP
Language: C++ - Size: 667 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 18

desmond60/PGA
Simple Genetic Algorithm
Language: C# - Size: 4.9 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

GeorgianBadita/Genetic-Programming-Function-Approximation
Python framework to approximate mathemtical functions
Language: Jupyter Notebook - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

shanecelis/PshSharp Fork of jonklein/Psh
C# implementation of the Push programming language, a stack-based language designed for genetic programming.
Language: C# - Size: 972 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 1

mio10/pathfinder-genetic-algorithm
A C# program that demonstrates path finding using a genetic algorithm
Language: Smalltalk - Size: 2.76 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

boydjc/Evolutionary-Computing-Experiments
Some projects involving Evolutionary Algorithms and Genetic Programing.
Language: Jupyter Notebook - Size: 26.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

moshesipper/Symbolic-Regression-Boosting
Symbolic-Regression Boosting
Language: Python - Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

pinouche/gp_dr
code for GECCO 2022 paper: "On genetic programming representations and fitness functions for interpretable dimensionality reduction"
Language: Python - Size: 399 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

marcovirgolin/coeffmut_gpgomea
Code to reproduce paper by Virgolin and Bosman "Coefficient mutation in the gene-pool optimal mixing evolutionary algorithm for symbolic regression" 2022
Language: Jupyter Notebook - Size: 45.9 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

RapDoodle/Genetic-Programming-MATLAB
A programming framework for building and optimizing genetic programming (GP) / genetic algorithm (GA) models.
Language: MATLAB - Size: 93.8 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

vpiotr/jordie-scientific-gp-arch
Genetic programming library (LGP/STGP)
Language: C++ - Size: 215 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

ErillLab/MD_GP
A project to generate models of regulated bacterial promoters using genetic programming
Language: Python - Size: 538 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

lschlessinger1/MS-project
Master's Project
Language: Jupyter Notebook - Size: 4.03 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

mehditeymorian/Othello-Game
Implementation of Othello game with model training using evolutionary algorithms
Language: Kotlin - Size: 1.21 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

Eyjafjallajokull/pyga
Python framework for applying Genetic Algorithms
Language: Python - Size: 110 KB - Last synced at: 4 days ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

andrijadukic/genetics
Java implementation of evolutionary algorithms.
Language: Java - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MohamedHamdy28/Music-accompaniment-generator
This program generate a sequence of chords that can be played with the melody
Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

gugarosa/genetic_loss
📄 Official implementation regarding the paper "Genetic Programming Operators into Artificial Machine Learning Losses".
Language: Python - Size: 65.4 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rfmmonteiro99/classify-img-features-with-gp
Classifying High-level Image Features from Convolutional Layers with an Evolutionary Algorithm
Language: Jupyter Notebook - Size: 120 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

youstinus/ga-tests
Genetic Algorithm tests in C#. Simple string finder. Robot controller for maze solving. Scheduler with optimal timetable. Traveling salesman problem. Generic GA. Lottery prediction.
Language: C# - Size: 43 KB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

FernandoLpz/TPOT-Optimal-Pipeline-Searching
This repository contains an implementation of TPOT for obtaining optimal pipelines with the use of genetic algorithms.
Language: Python - Size: 198 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

amlalejini/Tag-based-Genetic-Regulation-for-LinearGP
Language: HTML - Size: 553 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

AliceDeLorenci/EVOLUTIONARY-ALGORITHMS
Evolutionary algorithms written in c++: a target string guesser and a maximum value calculator
Language: C++ - Size: 48 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

ryszardmakuch/generating-supervised-ml-pipelines-using-genetic-programming
Excerpt from master's thesis on generating supervised machine learning pipelines using genetic programming.
Size: 3.64 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MuballighHossain/Genetic-Algorithm-Python
Suppose, you are the owner of a bank that operates in a strange way. Customers can lend money from your bank (just like a normal bank) and they can also deposit money in your bank. A register is maintained to track the daily transactions. However, being the strange owner of a strange bank, you have a fascination with finding out whether a portion of your daily transactions (in/out) balance out to zero.
Language: Python - Size: 605 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Procedurally-Generated-Human/Traveling-salesman-genetic-algorithm
Genetic Algorithm solution to the traveling salesman problem.
Language: Java - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

gigaquads/tunafish
Tunafish is a high-level genetic algorithm/programming-based function auto-tuning toolkit. It figures out what the best arguments to a function should be to optimize its output with respect to an arbitrary fitness function, like a distance measure.
Language: Python - Size: 80.1 KB - Last synced at: 8 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

DaniilRoman/LongestPathProblem
Language: Java - Size: 260 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

Gabitzzz/CE310-Assignment
CE310 - Evolutionary Computation & Genetic Programming Assignment @ University of Essex
Language: Python - Size: 1.55 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ahmadsalimi/AiProjects
Artificial Intelligence Projects - Sharif University of Technology - Spring 2020
Language: Jupyter Notebook - Size: 35.9 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

moshesipper/OMNIREP
The OMNIREP algorithm: Coevolving encodings and representations
Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

moshesipper/SAFE
Solution and Fitness Evolution
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

moshesipper/EC-KitY
EC-KitY: Evolutionary Computation Tool Kit in Python
Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

dslab-uniud/genetic-meta-distance-indoor
A genetic programming approach to WiFi fingerprint meta-distance learning
Language: Jupyter Notebook - Size: 1.96 GB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tiagofmartins/visGPtree
A Python tool to visualize and play with Genetic Programming trees
Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mmaghajani/outlier-detection
The project is about outlier detection with different methods same as FastVOA, Kmeans, DBScan or LOF, conducted on KDD dataset.
Language: Python - Size: 33.4 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 1

JustinGuese/GeneticAlgorithm91PctKaggleTitanicChallenge
Kaggle Titanic Code scoring 91% using Genetic Algorithms
Language: Jupyter Notebook - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

ryanboldi/hyperpush
Using PushGP CPPNs to indirectly encode the weights of a Neural Network
Language: Clojure - Size: 59.6 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

EladioRocha/genetic-algorithms-js
Genetic algorithms written in Javascript following the book "Genetic Algorithms with Python" by Clinton Sheppard
Language: TypeScript - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pedrodbs/Genetica
A genetic programming library written in C#
Language: C# - Size: 10.4 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 2

EpistasisLab/ebic Fork of athril/ebic
EBIC - AI-based parallel biclustering algorithm
Language: C++ - Size: 953 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 19 - Forks: 4

CarsonScott/MindToWeb
A place to post ideas, partial projects, or anything else that doesn't necessarily warrant its own repo, from my mind to the web.
Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

hermanzdosilovic/time-series-forecasting
Time Series Forecasting with Neural Networks, Genetic Algorithms and Statistical Models
Language: Java - Size: 19 MB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Killeroid/CPushPush
The Push programming language and the PushGP genetic programming system implemented in C++
Language: C++ - Size: 668 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

JoshMcDonagh/Classification-using-Genetic-Programming
The repository for my BSc dissertation on the 'Evolutionary Generation of Classifiers using Genetic Programming' which achieved a First mark.
Language: Java - Size: 763 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

s-webber/oakgp
A tree-based genetic programming framework written in Java.
Language: Java - Size: 2.02 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

jellothere/Genetic-Programming-to-Pilot-Pod-Races
Developed a controller based on genetic algorithms and genetic programming to pilot a game based on Star Wars pod races
Language: Java - Size: 470 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jlopezbi/ColonyEvolver
generative growth algorithm inspired by plants and corals
Language: Python - Size: 67.8 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 0

Y1fanHE/kdps-arm
Code and data repository for the paper titled as "Incorporating Sub-programs as Knowledge in Program Synthesis by PushGP and Adaptive Replacement Mutation"
Language: HTML - Size: 29.4 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

amr205/FunctionDiscoverer---Genetic-Programming
An "Artifficial Intelligence" that is able to discover a functions that fit an array of points using genetic Programming
Language: JavaScript - Size: 33.2 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

APGG-Lab/APGG
A Modular Toolkit for Public Goods Game Computation
Language: C++ - Size: 1.23 MB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MahmoudAbdelazim/Genetic-Algorithms
This repository contains all my implementation solutions for the Genetic algorithms course in college.
Language: C++ - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

fabianishere/shadevolution
Genetic Programming for Shader Simplification
Language: Python - Size: 4.01 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

youstinus/genetic-algorithms-golang
Genetic algorithm tests using Go rewritten from c#
Language: Go - Size: 27.3 KB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

AndreasNel/geepers
Source code used to evaluate the combination of Genetic Programming and Hyper-Heuristics to the Network Intrusion Detection problem, for the COS700 module at the University of Pretoria.
Language: Python - Size: 3.58 MB - Last synced at: 21 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

rystrauss/symbolic-regression
An implementation of symbolic regression using genetic programming.
Language: Python - Size: 1.1 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

jgrillo/zoonomia
A genetic programming library
Language: Python - Size: 173 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

mihaioltean/ca-segmentation
Evolving Cellular Automata rules for Image segmentation with Genetic Programming
Language: C++ - Size: 4.71 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

nelsonwenner/genetic-rocket
:robot: Genetic rocket artificial intelligence.
Language: JavaScript - Size: 65.7 MB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 0

GervinFung/KnapsackProblem
Do you know how to solve the knapsack? Come and find out how to solve Knapsack in 5 different ways. Time/Space Complexity included
Language: Java - Size: 38.1 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

GregEakin/BioSim.Net
Biological evolution simulator
Language: C# - Size: 449 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

newmancodes/natural-selection
Implementation of the ideas presented by David in https://www.youtube.com/watch?v=N3tRFayqVtk
Language: Rust - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jameshughes89/NonlinearModellingWalking
Generating Nonlinear models of data from 6 sensors placed on a human in a very controlled environment.
Language: Python - Size: 43.5 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

ianwhale/symbolic_regression
Simple Symbolic Regression
Language: C++ - Size: 109 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

edipdemirbilek/MultimediaRegressionModels
Deep Learning and Decision Trees Ensemble Methods based Audiovisual Perceived Quality Models. These models are based on the INRS audiovisual quality dataset that can be found on this GitHub repository.
Language: Python - Size: 30.8 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

jameshughes89/NonlinearModelsFMRI
WARNING: This is just the results and scripts for analysis (GP system is a variation of jGPv9). A project using genetic programming to perform symbolic regression on fMRI data. There is a need for this because typical approaches use only linear regression. This is bad because the breain is a nonlinear system, and a linear model of a nonlinear system will never be accurate. Currently this work has 2 publications in GECCO.
Language: Python - Size: 12.1 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

julianbonomini/asteroids-ai
Neuroevolution based AI that can play Asteroids
Language: JavaScript - Size: 224 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 1

samuel0072/COMP_397
Repositório para a disciplina Computação Evolucionária - COMP 397
Language: Jupyter Notebook - Size: 151 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

dnavarrom/will
https://dnavarrom.github.io/demo/will
Language: JavaScript - Size: 29.7 MB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jameshughes89/intracranialPressureNonlinearModelling
Data, scripts, and an (old) version of the GP system used to generate the nonlinear models modelling the fMRI data. Results publiched in CIBCB 2017.
Language: Python - Size: 17.8 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

sci10n/GeneticBehaviorTrees
Framework for agent behaviours using reinforcment learning. Refined from the Quake2D project.
Language: Java - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

chen0040/java-regex-cultivator
Regex generator which use genetic programming evolve grok and and to automatically discover regex given a set of texts having similar structure
Language: Java - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 2

lucasdamo/INF1771-Inteligencia-Artificial-T1
Genetic algorithm and a-star algorithm implemented for the Artificial Intelligence course on PUC-Rio. 2021.1
Language: Python - Size: 45.6 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

joagr/WeeGP
Variations in Rust on Riccardo Poli's TinyGP
Language: Rust - Size: 14.6 KB - Last synced at: 9 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

NavpreetDevpuri/DNAc
DNAc is a programming language for DNAs.
Size: 37.1 KB - Last synced at: 8 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

zeritte/miRNA-target-scanner
Searching for the miRNA names in the databases, normalizing the targeting value if needed, and comparing and finding the intersection of scanned databases.
Language: Python - Size: 50.9 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

AnilOsmanTur/AOT-Symbolic-Regression-GP
Symbolic regression with genetic programming
Language: Java - Size: 28.4 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

kousikr26/MEHH_RCPSP Fork of sydney-machine-learning/MEHH_RCPSP
Map Elites Hyper-Heuristic based algorithm for generating schedules for the Resource Constrained Project Scheduling Problem
Language: Python - Size: 71.1 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

simonusher/zmpo-genetic-programming
Language: C++ - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

simonusher/genetic-programming-challenge
Language: C++ - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

kamilbakierzynski/genetic-nonogram
Genetic programming project for Artificial intelligence class
Language: Jupyter Notebook - Size: 1.22 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

saurabhbatra96/nextgen-tetris
Genetic programming algorithm for a Tetris bot.
Language: Go - Size: 14.5 MB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

tigasgon1999/NaturalComputing
Coursework for the Natural Computing course in the MSc Artificial Intelligence at University of Edinburgh (2020/2021).
Language: TypeScript - Size: 1.34 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

scottamoore/genprog
This Julia package reflects concepts but is also derivative of the text in Goldberg's Genetic Programming book.
Language: Julia - Size: 18.6 KB - Last synced at: 7 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ggjmI/genetic-C
A pure C genetic algorithm implementation.
Language: C - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

BrenoCPimenta/GeneticProgramming_k-means_Clustering
Improved k-means Clustering with Genetic Programming
Language: Python - Size: 93.1 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

davidreis97/snake-genetic-algorithm
A genetic algorithm applied to the popular game of snake.
Language: C++ - Size: 258 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

convergencelab/jGP
Symbolic Regression GP System made in Java. Uses an 'acyclic graph' representation and uses 'fitness predictors'.
Size: 61.5 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 3

laic-ufmg/automlc
Automated Multi-label Classification
Language: Java - Size: 133 MB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 2
