Are there any genetic programming packages (or papers) that deal with limiting the execution time of a fitness function? I'm trying to find a way to deal with...
3239
Brock
rbw3@...
Mar 1, 2005 2:23 pm
In my systems I just use the *nix signal mechanism to trigger an Alarm signal (which then raises an exception in the evaluation loop. My genotypes then provide...
3240
Michael.ONeill
michael.oneill@...
Mar 1, 2005 3:37 pm
**Only 2 weeks left to Submission Deadline** 2nd Call for Submissions GRADUATE STUDENT WORKSHOP to be held as part of the 2005 GENETIC AND EVOLUTIONARY...
3241
lukaszkurgan
Mar 1, 2005 6:29 pm
=============================================== Call for Papers Special Session on COMPUTATIONAL BIOLOGY at the 9th International Conference on Knowledge-Based...
3242
Anna I. Esparcia
aiesparcia
Mar 2, 2005 11:30 am
Does anybody know of any versions of the GA toolbox for Matlab that support multiobjective problems? What about the GP toolboxes, such as Sara Silva's GPLAB ? ...
3243
Sara Silva
sarasilva72
Mar 2, 2005 12:37 pm
Hi Anna, No, GPLAB does not support multiobjective optimization (maybe one day it will). I don't know about GA, though. There are so many toolboxes available...
3244
Bob MacCallum
maccallr
Mar 2, 2005 4:31 pm
FWIW, that's also how it's done in PerlGP (set an alarm which breaks a Perl 'eval') Although unfortunately in Perl, for reasons beyond me, sometimes the signal...
3245
C.G.Johnson
colingj
Mar 2, 2005 6:55 pm
*************************************************************** Call for Tutorial Sessions VIIIth European Conference on Artificial Life - ECAL 2005 5-9...
3246
Lee Spector
this2bugsme
Mar 3, 2005 5:21 pm
Deluxe, The implementation strategy for terminating the fitness test will depend to some extent on the structure and implementation language of your program...
3247
Lee Spector
this2bugsme
Mar 3, 2005 5:36 pm
P.S. One other increasingly common problem encoding strategy for which the options of what-to-do-after-termination remain open involves the use of...
3248
sameh yehia
sameh_y_b
Mar 3, 2005 5:46 pm
Try to use a uni objective by using any wieghting criteria to create a single objective which combines the original objectives.(for example u can use the AHP...
3249
Peter Day
peterday@...
Mar 3, 2005 10:10 pm
I've also used this system and it works well. ... -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database:...
3250
CEC'05 WFG
cecdesign@...
Mar 3, 2005 10:14 pm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% CALL FOR PAPERS %% %% 2005 IEEE Congress on Evolutionary...
3251
Langdon W B
wlangdon@...
Mar 3, 2005 10:15 pm
Possibly of interest are: "Experiments with a Coroutine Model for Genetic Programming" icec94:maxwell "Genetic Programming, Indexed memory, the Halting...
3252
jon
jjonphl2
Mar 7, 2005 4:12 am
Anybody here used design of experiment techniques to fine tune parameters (and also figure out which parameter most affects the results) ? Thanks, Miguel A. R....
3253
jon
jjonphl2
Mar 7, 2005 5:56 am
Thanks you very much, as I'm having problems on what to put on google. Miguel A. R. Manese ... __________________________________ Celebrate Yahoo!'s 10th...
3254
Peter Day
euro_hiker1
Mar 7, 2005 12:31 pm
If you're not alerady using a package and are comfortable with java then ecj ((http://cs.gmu.edu/~eclab/projects/ecj/) is very comprehensive and limiting...
3255
miguel faleiro
clima79
Mar 7, 2005 12:32 pm
Hi Anna, I believe Sheffield's GA Toolbox have the MOGA feature. The link is: http://www.shef.ac.uk/~gaipp/ga-toolbox/ hope this help, claudio On Thu, 3 Mar...
3256
abhishek chopra
abhipankaj
Mar 7, 2005 12:34 pm
Hi Have u checked the GEAT toolbox. Thanks Abhishek "Anna I. Esparcia" <anna@...> wrote: Does anybody know of any versions of the GA toolbox for Matlab...
3257
prabagarane n
prabagarane2001
Mar 7, 2005 12:36 pm
i need matlab code to optimize schenknoff array antennas using genetic algorithm.If any one possess kindly mail me ...
3258
ahmed adel farid
ahmedadelfarid
Mar 7, 2005 12:39 pm
Hi all Does neone have the goldberg book of GA called: "Genetic Algorithms in Search, Optimization, and Machine Learning"? Thanks a lot...
3259
Nadia Nedjah
nadia@...
Mar 7, 2005 2:42 pm
IEEE Congress on Evolutionary Computation - http://www.dcs.ex.ac.uk/~dwcorne/cec2005/ Edinburgh, UK September 2nd to 5th., 2005 Special Session on Evolvable...
3260
Bill White
bwhite_hexhead
Mar 7, 2005 8:25 pm
I am attempting to reproduce Koza's work for the intertwined spirals problem (Book 1). I have manually checked some of the early run S-expressions with Excel,...
3261
Martin C. Martin
mcsp4nky
Mar 8, 2005 1:04 am
I haven't tried that one, but I did have trouble replicating another problem in the book. It was the constrained syntax example. I don't know if the old...
3262
Bill White
bwhite_hexhead
Mar 8, 2005 4:32 pm
Hello all, I'm looking for perfect solutions to the intertwined spirals problem described in Koza's first book (page 445, section 17.3). The solution on page...
3263
Langdon W B
wlangdon@...
Mar 8, 2005 4:40 pm
The only copy of the orginal GP mailing list archive that I know of is: http://www.cs.ucl.ac.uk/staff/W.Langdon/ftp/ftp.io.com/mail-archives Tom Haynes...
3264
Anca Andreica
anca_andreica
Mar 8, 2005 4:41 pm
Hello, I'm looking for a quality measure to compare two different schemes of applying genetic operators. Thank you. ... Celebrate Yahoo!'s 10th Birthday! ...
3265
Steve J
ijonyer
Mar 8, 2005 4:42 pm
Are you using the same modified operators as Koza (eg. protected division)? Istvan...
3266
chidarl79
Mar 9, 2005 5:06 pm
Have this project from school and i have to work with lil-gp tools..so just want to ask if any one has worked with this in the recent past also will gladly...
3267
Franck Seynhaeve
frankylys
Mar 9, 2005 5:06 pm
Hello, I think that the software GUIMOO (Graphical User Interface for Multi-Objective Optimization) developed by our team - OPAC =, LIFL (France) - could help...