Search the web
Sign In
New User? Sign Up
openbeagle · Open BEAGLE
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 598 - 627 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
598
Hello! I seem to be unable to make a batch GP job (several consecutive jobs) with DBEAGLE, so I was wondering if You could help me in this matter. I tried with...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 7, 2005
3:27 pm
599
Hello, The db.restart options means that the evolver will create a new deme (if equal to 0) or use the only already in the server's database (if equal to 1)....
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 7, 2005
4:07 pm
600
First af all, thanks for such a quick response. :) ... deme (if > equal to 0) or use the only already in the server's database (if Rgr that. ... Well, yes,...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 7, 2005
5:33 pm
601
Hello! I have been trying to run a steady-state distributed GP, but I was unsuccessful. I tried replacing the contents of a MainLoopSet with a SteadyStateOp...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 15, 2005
1:44 pm
602
Hello, Steady-state does not make any sense in a distributed environment (master-slave) because fitness evaluation would be made one individual at a time... ...
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 15, 2005
8:11 pm
603
... environment ... individual ... I'm sorry, we have been working on a parallel GA several years ago and I just forgot that it needs additional parameters to...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 16, 2005
2:13 pm
604
... Distributed BEAGLE can work with multiple evolvers, but only on a deme level (evolution of demes, not the whole population)... so I guess you could make...
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 16, 2005
2:25 pm
605
Hi Thomas, ... The correct answer is (2), only modified individuals are re-evaluated. ... You should invalidate a fitness in order to force re-evaluation. To...
Christian Gagne
raspingoo
Offline Send Email
Feb 22, 2005
1:33 pm
606
Hello! I'm experimenting with multiple evolvers in DBEAGLE, so I would like to check if I understood the mechanisms correctly: - if I start 1 server and 2...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 25, 2005
4:10 pm
607
Hi, ... No, DBEAGLE is connection less. Clients (fitness evaluation or evolution) connect to the server and ask for individuals that are ready to be evaluated...
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 25, 2005
6:22 pm
608
... not the ... greatly ... degree: 1 ... found out ... with ... sure ... Well, here's an example: a single deme population of 1000, average tree size about...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 26, 2005
12:14 pm
609
... Ok, here's the problem that I can see: you are using 4 demes of 500 individuals each. Option of the second evolver should be set to db.restart = 1 if you...
Marc Dubreuil
mdubreuilus
Offline Send Email
Feb 26, 2005
4:49 pm
610
Well, it seams that I broke the support for multiple evolvers running at the same time. Multiple demes still works, as restarting an evolver. I should be able...
mdubreuilus
Offline Send Email
Feb 28, 2005
4:28 am
611
... that ... OK, and thanks for the effort - it will surely be of use! Domagoj Jakobovic...
Domagoj Jakobovic
yetislav
Offline Send Email
Feb 28, 2005
11:07 am
612
Hi, Has anyone successfully compiled openbeagle using intel's c++ compiler? I am attempting to do so by running: /configure --enable-optimization CC=icc...
graamone
Offline Send Email
Mar 2, 2005
9:26 pm
613
Hello, I tried quickly to compile a fresh copy of Beagle 2.2.0 with Intel C++ Compiler 8.0 (the version I have on my computer) using the same options you gave....
Christian Gagne
raspingoo
Offline Send Email
Mar 3, 2005
1:20 am
614
I am trying to read in a milestone, but Open BEAGLE 2.2.0 crashes right after reading in the milestone file with the following error: ... "Assertion failed." ...
Jim Shepherd
jimshep123
Offline Send Email
Mar 6, 2005
2:32 pm
615
Hi Jim, ... For me, this is probably a misuse in the configuration file, or something similar. When applying the CMA-ES (mu,lambda)_w replacement strategy, the...
Christian Gagne
raspingoo
Offline Send Email
Mar 6, 2005
4:34 pm
616
... I agree, but the config file seems OK. Here is the relevant section in my config file: <BootStrapSet> <IfThenElseOp parameter="ms.restart.file"...
Jim Shepherd
jimshep123
Offline Send Email
Mar 6, 2005
4:52 pm
617
... It was an error in my config file. Stepping through the program with the debugger, I found that the ms.restart.file key was not set to the filename. For...
Jim Shepherd
jimshep123
Offline Send Email
Mar 6, 2005
8:02 pm
618
In order to build a fully optimized binary of openbeagle using the Intel compier, the commands are: ./configure --disable-shared --enable-optimization CC=icpc...
graamone
Offline Send Email
Mar 11, 2005
1:09 pm
619
I'm working on a technique that requires some form of niching (e.g. fitness sharing). I'm just wondering if it has been done in Open Beagle? Thanks MH...
minhha_76
Online Now Send Email
Mar 31, 2005
2:03 pm
620
Hi, ... Niching has been implemented in the context of multi-objective selection operators (NSGA-II and NPGA2), but in a very specific fashion. Otherwise,...
Christian Gagne
raspingoo
Offline Send Email
Mar 31, 2005
2:48 pm
621
I need to implement differential evolution, which in principle, will crossover between 3 individuals rather than 2 as in normal crossover. I read the code in...
minhha_76
Online Now Send Email
Apr 6, 2005
12:40 pm
622
... My experience is with the GP side of OpenBeagle. I'm not sure if GP is what you are working on, but I suspect that the difference wouldn't be great if you...
Matthew Walker
mattgwwalker
Offline Send Email
Apr 7, 2005
12:10 am
623
... One more thing. If you get Beagle from the CVS sources then there's a test directory that has something you might find useful. One of the problems with...
Matthew Walker
mattgwwalker
Offline Send Email
Apr 7, 2005
12:29 am
624
Hi, ... I would add that the abstract Beagle::CrossoverOp should in fact be named something like Beagle::TwoParentsCrossoverOp or such. For the moment, all the...
Christian Gagne
raspingoo
Offline Send Email
Apr 7, 2005
1:39 pm
625
Thank you very much for all of your helps, it's great. Minh Ha ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
Minh Ha Nguyen
minhha_76
Online Now Send Email
Apr 7, 2005
11:04 pm
626
Hi Jim, So, please, how can you fix the problem? I have the same problem too. Thanks Minh Ha ... replacement ... deme is ... maybe ... file. ... with ... the ...
minhha_76
Online Now Send Email
Apr 11, 2005
9:38 am
627
... Following is a sample configuration file that should show the proper way to read from a restart file. <?xml version="1.0" encoding="ISO-8859-1"?> <Beagle> ...
Jim Shepherd
jimshep123
Offline Send Email
Apr 11, 2005
11:21 am
Messages 598 - 627 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help