genetic-programming Questions
4
Solved
Intuitively I'd think that if I want to find the "best" set of parameters, I can simply take the best performing 1 guy from a subset of lots of children, make that guy generate 100 children similar...
Keelykeen asked 7/7, 2012 at 22:53
1
Solved
Im using JGAP to generate testvectors for a schematic. I got maximum coverage of a single testvector by setting the genes of a chromosome to be bits . Now i need to get a 100% coverage with minimum...
Totality asked 22/5, 2012 at 16:58
2
Solved
I'm working on a project for a software engineering class I'm taking. The goal is to design a program that will use genetic programming to generate a mathematical expression that fits provided trai...
Bighorn asked 25/2, 2012 at 18:0
4
Solved
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 ...
Pee asked 11/6, 2011 at 15:56
6
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). Unfo...
Sokotra asked 7/10, 2010 at 13:58
5
Solved
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, min...
Budworth asked 6/5, 2010 at 15:49
2
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...
Nullifidian asked 17/6, 2011 at 11:48
7
Solved
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...
Septemberseptembrist asked 21/7, 2010 at 14:38
1
Solved
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, ...
Xylol asked 28/6, 2011 at 19:49
5
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 ...
Mcgarry asked 2/6, 2011 at 2:17
3
First off, I would like to let you know that I have been programming for a few years (mostly C-based languages, iOS development, web stuff, etc) as a hobby and am now developing an interest for cre...
Keto asked 25/5, 2011 at 21:2
4
Solved
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 techn...
Maag asked 10/5, 2011 at 9:26
1
Solved
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 large yes
green dark small yes
orange bright large no
I ...
Tortola asked 17/4, 2011 at 11:33
3
Solved
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 tokeni...
Hofmann asked 26/2, 2011 at 17:44
2
Solved
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....
Potomac asked 12/11, 2010 at 10:12
8
Solved
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 organism...
Legislate asked 25/9, 2008 at 2:29
6
Solved
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 negent...
Vullo asked 15/6, 2010 at 18:14
4
Solved
There are several events, each with multiple meeting times. I need to find an arrangement of meeting times such that each schedule contains any given event exactly once, using one of each event's m...
Brigidabrigit asked 30/4, 2010 at 17:6
7
What genetic-programming library, regardless of language, has the most active community and is the most well developed?
Sobriquet asked 30/3, 2010 at 23:58
1
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?
Jerlenejermain asked 4/2, 2010 at 5:49
6
Solved
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 us...
Came asked 16/3, 2010 at 23:16
4
Solved
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 cu...
Ipoh asked 11/12, 2009 at 18:0
2
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 so...
Nelidanelie asked 3/3, 2009 at 17:17
8
Solved
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 w...
Ebro asked 10/12, 2008 at 8:58
© 2022 - 2024 — McMap. All rights reserved.