http://www.eracareers.pt/opportunities/index.aspx?task=global&jobId=6710 The Artificial Intelligence and Computer Science Laboratory (LIACC) ...
IWKDUDS
iwkduds@...
Aug 1, 2007 9:25 pm
4300
***** Apologize for Multiple Copies ***** NICSO 2007 - International Workshop on Nature Inspired Cooperative Strategies for Optimization Acireale, Italy,...
Mario Pavone
mpavone@...
Aug 3, 2007 2:51 pm
4301
***** Apologize for Multiple Copies ***** NICSO 2007 - International Workshop on Nature Inspired Cooperative Strategies for Optimization Acireale, Italy,...
Mario Pavone
mpavone@...
Aug 5, 2007 6:04 pm
4302
Dear all, I am aware of a few 'GP tools' in programming languages such as Java. I am just wondering whether someone is aware of a stable implementation in C#. ...
Hi, Take a look at GP Engine. It's a GP framework for .NET (C#): http://gpe.sourceforge.net/ Best regards! Douglas Mota Dias, MSc Researcher / DSc Student ...
Hi Christian, Firstly, you can run Java code in a .Net environment using IKVM ( http://www.ikvm.net/). It's very easy to use, you simply convert jar files to...
Hi, Thanks Colin. That sounds interesting. Did not know that there is a 'free product' like this. I have used a Microsoft Java Language Conversion Assistant...
Hi, ... Yeh the JLCA tends to leave a lot of loose ends. Also it only supports the JDK up to version 1.3 and Microsft have stated that support has (or is about...
Hi all, I am new at genetic proggramming.I want create a course scheduling program using genetic algorithm.It is my master thesis.I am wondering which software...
... Note that genetic programming and genetic algorithms are distinct. Each has features which commend it to particular types of problems. ... First build on...
Dear Colleagues, The paper on complete neural network induction using Darwinian evolution is now available online both in pdf format and html at: ...
Candida Ferreira
candidaf@...
Aug 15, 2007 8:30 am
4310
I have a free library at : http://www.download.com/Genetic-Algorithms-Class-Library/3000-2413_4-10591966.html?tag=lst-0-1 It contains a C++ class library which...
Hi, people. I have a problem in David Goldberg's Simple Genetic Algorithm. Algorithm's codes are given by Goldberg in his book but in Pascal codes. And i have...
Hi Candida, You may be interested to know I experimented with solving the 6 and 11 multiplexer problems using NEAT, although it's not published work. From ...
***** Apologize for Multiple Copies ***** NICSO 2007 - International Workshop on Nature Inspired Cooperative Strategies for Optimization Acireale, Italy,...
Mario Pavone
mpavone@...
Aug 17, 2007 1:49 pm
4315
Hi, Libraries such as Open Beagle(Puppy) allow the user to control the probability of choosing between terminal and non-terminal nodes for crossover. Has this...
... I've recently came across this technique in Luke's "Genetic Programming Produced Competitive Soccer Softbot Teams for RoboCup97", but there is no pointer...
Wojciech Jaskowski
wjaskowski@...
Aug 19, 2007 5:25 pm
4317
I found two references about that for my thesis: It has been suggested that a leaf crossover higher than 10% may be beneficial (Angeline 1996), and total...
Hello Pradeep, ... probability of choosing between terminal and non-terminal nodes for crossover. Has this approach been studied and reported in the...
Hi, I am currently looking at tools for visualisation of GP data, both during a GP run and for post-run analysis. Does anyone have recommendations for existing...
The dot language can be used for generating nice pictures of program trees starting from lisp-like bracketed expressions. ... Bill W. B. Langdon, Mathematical...
Langdon W B
wlangdon@...
Aug 21, 2007 8:40 pm
4321
Hi, There is BEAGLE Visualizer, which was designed to convert Open BEAGLE XML files into XHTML reports, with embedded SVG figures of individuals (GP trees, GA...
Dear Colleagues, The invited book chapter on Automatically Defined Functions in GEP is now available online both in pdf format and html at: ...
Candida Ferreira
candidaf@...
Aug 22, 2007 8:48 am
4324
You probably want to run sub-populations on each machine, with intermittent migration between populations. I do this quite a lot with PerlGP. This keeps I/O...
I m a new member of this group which is inspire me to go in depth in this field. If any buddy have white paper on "genetic_programming" because i have to give...
Pradeep, Without any control there is a higher probability of a leaf node getting chosen. Thus, for a binary tree this probability would be 0.5, which is...
Christophe: Linux is used to do most of the high powered clustering. Most of this type uses Linux exchanage. Programming is involved to make the task and data...
dgoe@...
Aug 24, 2007 11:34 am
4328
try google ... From: Patel Kalpesh To: genetic_programming@yahoogroups.com Sent: Thursday, August 23, 2007 5:05 PM Subject: [GP] Hi Friends I m a new member of...
Hi, I'm currently doing my own GP implementation in C++. I tried to use beagle but I found the learning curve of the code to be a bit too much for the time I...