Tagged Questions
Genetic programming (GP) is a specialization of genetic algorithms (GA) where each individual is a computer program. It is used to optimize a population of computer programs according to a fitness landscape determined by a program's ability to perform a given computational task.
26
votes
9answers
1k views
What is holding genetic programming back?
I have done a fair amount of work with genetic algorithms quite successfully and thus far ignored genetic programming. As far as I know, most programs remain written by programmers, and I'm curious ...
25
votes
10answers
10k views
Genetic Programming in C#
I've been looking for some good genetic programming examples for C#. Anyone knows of good online/book resources? Wonder if there is a C# library out there for Evolutionary/Genetic programming?
23
votes
9answers
4k views
What problems could be solved using Genetic Programming?
Today I read this blog entry by Roger Alsing about how to paint a replica of the Mona Lisa using only 50 semi transparent polygons.
I'm fascinated with the results for that particular case, so I was ...
19
votes
2answers
1k views
Example for ast.NodeTransformer that mutates an equation
This is a continuation of my last question. I want to parse an equation and work on the ast I get. What I want to do is basically randomly scramble it so I get a new equation, that has to be also a ...
16
votes
3answers
257 views
Simple AI - JavaScript (using jQuery for animations)
First off, I would like to let you know that I am 16 years old and have been programming for a few years (mostly C-based languages, iOS development, web stuff, etc) as a hobby and am now developing an ...
14
votes
4answers
2k views
Best Fit Scheduling Algorithm
I'm writing a scheduling program with a difficult programming problem. There are several events, each with multiple meeting times. I need to find an arrangement of meeting times such that each ...
13
votes
5answers
1k views
Genetic Programming library for Java
I'm looking for a good genetic programming library for JVM. (not genetic algorithm but genetic programming)
I tried JGAP (jgap.sourceforge.net) and Watchmaker (watchmaker.uncommons.org). ...
10
votes
6answers
419 views
Are there programs that iteratively write new programs?
For about a year I have been thinking about writing a program that writes programs. This would primarily be a playful exercise that might teach me some new concepts. My inspiration came from ...
9
votes
8answers
593 views
Implementing crossover in genetic programming
I'm writing a genetic programming (GP) system (in C but that's a minor detail). I've read a lot of the literature (Koza, Poli, Langdon, Banzhaf, Brameier, et al) but there are some implementation ...
8
votes
1answer
204 views
How to fix premature convergence in simple GA (Python)?
Yesterday i started exploring the genetic algorithms, and when i ended up with some basic theory, i tried to write simple GA on Python, that solves Diophantine equation. I'm new to Python and GAs, so ...
8
votes
1answer
359 views
Do you have genetic algorithm in production?
Is it good idea to use genetic algorithm in production?
If you are using it:
In what case?
What pros for selecting subj?
Can you easily add changes to algorithm?
8
votes
4answers
496 views
Code bacteria: evolving mathematical behavior
It would not be my intention to put a link on my blog, but I don't have any other method to clarify what I really mean. The article is quite long, and it's in three parts (1,2,3), but if you are ...
7
votes
5answers
356 views
Can Haskell programs be represented as Lisp S-expressions?
This would be useful for genetic programming, which usually use a Lisp subset as representation for programs.
I've found something called Liskell (Lisp syntax, Haskell inside) on the web, but the ...
7
votes
7answers
634 views
Code generation by genetic algorithms
evolutionary programming seems to be great way to solve many optimization problems. Idea is very easy, implementation also does not make problems.
I was wondering last time is there any way to ...
7
votes
1answer
313 views
Genetic Programming - Fitness functions
Let's say I have a set of training examples where A_i is an attribute and the outcome is binary (yes or no):
A1, A2, A3, Outcome
red dark ...
7
votes
2answers
359 views
Difference between Gene Expression Programming and Cartesian Genetic Programming
Something pretty annoying in evolutionary computing is that mildly different and overlapping concepts tend to pick dramatically different names. My latest confusion because of this is that ...
7
votes
5answers
275 views
Initial Genetic Programming Parameters
I did a little GP (note:very little) work in college and have been playing around with it recently. My question is in regards to the intial run settings (population size, number of generations, ...
7
votes
8answers
1k views
Books on Genetic algorithms or AI in general [closed]
What books/tutorials do you recommend for learning Genetic algorithms, or AI in general?
I'd prefer language agnostic.
6
votes
4answers
133 views
What is the category of search techniques for automatic programming using artificial intelligence called?
I'm doing research on automatic programming techniques available in the literature but only those which use AI. The only such technique I can find is genetic programming.
Are there any other ...
6
votes
7answers
1k views
Which Java library/libraries for Genetic Algorithms?
I want to implement some simple genetic algorithms in Java.
So far I found only JGAP. Did somebody has some experience with that? And do you know other Java libraries for GA?
I do not want to write ...
6
votes
7answers
526 views
C# how to create functions that are interpreted at runtime
I'm making a Genetic Program, but I'm hitting a limitation with C# where I want to present new functions to the algorithm but I can't do it without recompiling the program. In essence I want the user ...
6
votes
8answers
446 views
Evolutionary Algorithms: Optimal Repopulation Breakdowns
It's really all in the title, but here's a breakdown for anyone who is interested in Evolutionary Algorithms:
In an EA, the basic premise is that you randomly generate a certain number of organisms ...
5
votes
3answers
284 views
Genetic Programming in C?
I want to create an algorithm using genetic programming, based on symbolic regression.
I read some articles about that, some examples written on java or c++.
Maybe is more difficult because it ...
5
votes
4answers
269 views
Why don't genetic algorithms work on problems like factoring RSA?
Some time ago i was pretty interested in GAs and i studied about them quite a bit. I used C++ GAlib to write some programs and i was quite amazed by their ability to solve otherwise difficult to ...
5
votes
1answer
614 views
Using Graph Theory in Vehicle Routing Problem
I am working on a Vehicle Routing Problem with a single depot. The problem definition is as follows. There are n vechiles that need to travel to m number of sites. Each site has its specific ...
5
votes
5answers
1k views
4
votes
2answers
336 views
Best open-source genetic programming framework in Java [closed]
I'm searching for a strong/active open source genetic programming framework/library for Java.
Does anyone have any recommendations?
4
votes
1answer
117 views
Has anyone come across a rich GA framework in Ruby?
I am looking for something possibly as rich as JGAP framework (for Java), but for Ruby environment. The ones I have seen so far are fairly simplistic, and are not designed to be customised (I do not ...
4
votes
1answer
228 views
Genetic algorithm problem: Request optimization
I'm new to genetic algorithms and I've been assigned to implement a genetic algorithm to optimize the order of requests per weekday of a pharmacy. First of all, let me explain the problem:
There are ...
4
votes
2answers
295 views
Optimal population size, mutate rate and mate rate in genetic algorithm
I have written a game playing program for a competition, which relies on some 16 floating point "constants". Changing a constant can and will have dramatic impact on playing style and success rate.
I ...
4
votes
4answers
647 views
Genetic programming in c++, library suggestions?
I'm looking to add some genetic algorithms to an Operations research project I have been involved in. Currently we have a program that aids in optimizing some scheduling and we want to add in some ...
4
votes
1answer
68 views
GA Framework for Virtual Machines
Does anyone know of any .NET genetic algorithm frameworks for evolving instructions sets in virtual machines to solve abstract problems? I would be particularly interested in a framework which allows ...
4
votes
4answers
277 views
Novel fitness measure for evolutionary image matching simulation
I'm sure many people have already seen demos of using genetic algorithms to generate an image that matches a sample image. You start off with noise, and gradually it comes to resemble the target image ...
3
votes
3answers
274 views
Searching for a random python program generator
I'm searching for a program that can generate random but valid python programs, similar to the
Random C program generator.
I was trying to do this myself giving random input to the python ...
3
votes
3answers
364 views
Genetic Programming and Search Algorithms
Is Genetic Programming currently capable of evolving one type of search algorithm into another? F
or example, has any experiment ever ever bred / mutated BubbleSort from QuickSort (see ...
3
votes
2answers
218 views
Error in compiling c++ program in Visual Studio 2010
Hey guys I cant seem to get my following c++ program compiled in Visual Studio 2010. I already have a working build of the same code so I know the code is correct. But I have no idea with what or how ...
3
votes
1answer
274 views
Genetic Programming (GP) implementation in objective-c?
I am looking for an open source GP implementation in objective-c. I found some C++ implementation which I can embed in my obj-c project but I was wondering if there's a native obj-c implementation of ...
3
votes
3answers
688 views
What are the differences between genetic algorithms and genetic programming?
The only thing I could come up with was this tiny explanation: "The main difference between genetic programming and genetic algorithms is the representation of the solution. Genetic programming ...
3
votes
3answers
291 views
Genetic Programming Online Learning
Has anybody seen a GP implemented with online learning rather than the standard offline learning? I've done some stuff with genetic programs and I simply can't figure out what would be a good way to ...
3
votes
2answers
540 views
How to split two nested lists and combine the parts to create two new nested lists
I'm trying to code a simple genetic programming utility in python. But right now I'm stuck at the crossover/mate function for my trees. The trees are built by nested lists and look something like ...
3
votes
2answers
856 views
Analog circuit simulation library?
I'm working on a genetic programming tool and I'd like to evolve analog circuits. Can anyone suggest a library or tool or even a reference for hooking my GP code up? I just need some way to have ...
2
votes
1answer
77 views
Performant and Easy to Use Non-GPLed Genetic Programming Library
I would like to build an application that uses Genetic Programming to figure out what exactly the user is asking. It's a programming application for non-programmers. Basically the user feeds the ...
2
votes
2answers
94 views
What is protected division? (in reference to genetic programming and cryptography)
I am getting references in a paper on genetic programming, to a "protected division" operation. When I google this, i get mostly papers on genetic programming and various results related to ...
2
votes
4answers
89 views
Metabiology: how to randomly mutate an algorithm trying to ensure that the new version will be valid and will stop?
I'm trying to hack a simulation of evolution according to Gregory Chaitin's metabiology model.
Given an algorithm that returns an integer, i need to mutate it randomly trying to get another ...
2
votes
2answers
273 views
Uniform crossover giving worse results than one-point crossover?
I have written a uniform crossover algorithm for part of my homework but it's not working properly. It's actually returning worse results than my one point cross over. I would just like someone to ...
2
votes
3answers
208 views
Applying mutation in steady-state genetic algorithm
I’m implementing a steady-state genetic algorithm to perform symbolic regression.
My questions are about the relation between mutation and crossover operators.
I always consult a mutation ...
2
votes
1answer
254 views
Is this possible to find equation of a series using genetic programming?
I have a list of numbers which form a series. I want to find the equation which can regenerate the same series. Is this possible? Also, what would you recommend to program it (GA, GP, etc). Please ...
2
votes
1answer
230 views
Answers to problems in Genetic Algorithms by M. Mitchell
There are several thought and computer exercises at the end of every chapter in Genetic Algorithms by Melanie Mitchell. Until recently, the answers were available on the author's website, which now ...
2
votes
2answers
162 views
How do I format a tree so that it works with Clojure's zipper?
I am creating trees of s-expressions for a genetic programming problem, and need to alter parts of the trees during the evolution process. I came across the Clojure zipper function that seems like it ...
2
votes
1answer
229 views
Genetic Programming with the Mandelbrot Set
I'm reading a chapter in this fascinating book about using genetic programming to interactively evolve images. Most of the function set is comprised of simple arithmetic and trig functions (which ...