3
votes
5answers
394 views
What Genetic Algorithm/Programming library do you use?
I've been hooked on GAlib (for C++) and I love it's modularity in that I can build my own genomes ... but I'd like the library to parametrize the selection and mating functions - w …
10
votes
10answers
2k 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 …
2
votes
2answers
236 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 …
0
votes
3answers
232 views
Genetic Programming Implementation
I am familiar with the generalities of genetic programming but am wondering where i might find something that shows me details of implementing genetic programming. I use C# and .NE …
2
votes
2answers
199 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 so …
2
votes
5answers
145 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 resem …
4
votes
7answers
292 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 n …
14
votes
9answers
1k 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 partic …
0
votes
4answers
159 views
How to design an approximate solution algorithm
Hello everyone,
I want to write an algorithm that can take parts of a picture and match them to another picture of the same object.
For example, If I gave the computer a picture o …
1
vote
4answers
555 views
C# Dynamic Trees for Genetic Programming
I have some public user defined classes with relations between their members and also several methods with specific and generic signatures.
I would like to be able to store and ma …
