Projects tagged ‘geneticprogramming’ and ‘gp’


Jump to tag:

Projects tagged ‘geneticprogramming’ and ‘gp’

Filtered by Project Tags geneticprogramming gp

Refine results Project Tags evolutionary (1) expressiontree (1) ep (1) js (1) ga (1) javascript (1) geneticalgorithms (1) evoltionaryprogramming (1) algorithms (1)

[3 total ]

0 Users

The Predictor is a framework for Genetic Algorithms (GA). It is not based on the traditional notions of GA. It is intended to be a framework that can bring GA into the enterprise. It will eventually support distributed GA.
Created 12 months ago.

0 Users

genetic programming
Created 11 months ago.

0 Users

ep4js is a GA/EP framework written in JavaScript. It is intended to run in any JS interpreter, including (primarily) web browsers. ep4js at its core consists simply of an evolver class, EP that ... [More] provides callback hooks to perform crossover, mutation and evaluation on individual programs that you specify. The hard part isn't writing EP, it's encoding your problem as a set of programs with crossover and mutation operators. The EP itself very basic, parameterized by: population size mutation rate elitism count whether you are maximizing or minimizing number of generations to run [Less]
Created 11 months ago.