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 671 - 700 of 1467   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
671
... Yes, you should use object cast to convert your object references to the good types. christian ... -- Christian Gagné http://vision.gel.ulaval.ca/~cgagne...
Christian Gagne
raspingoo
Offline Send Email
Aug 1, 2005
11:00 am
672
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
NERMEN
nermey3
Offline Send Email
Aug 14, 2005
11:02 am
673
Dear All and Mr.Cristiane, Thank you very much for your efforts in developing and supporting OpenBeagle. I'm using Beagle version 2.2.0 with VC++.NET 2003. I...
NERMEN
nermey3
Offline Send Email
Aug 14, 2005
11:05 am
674
Hi Nermeen, Your problem seems to come from the dependencies between the different beagle libs. More precisely, the beagle-ga and beagle-gp libs depends on ...
Christian Gagne
raspingoo
Offline Send Email
Aug 14, 2005
12:24 pm
675
Hi beaglers I need to get my head around the autotools in order to compile my code with beagle on the target platform. Is there an example of how to change the...
matt studley
hamsterchutney
Offline Send Email
Aug 17, 2005
3:19 pm
676
Hi Matt, Using the IDE KDevelop, available on most UNIX flavors, it can be quite simple de create a program that uses Beagle. You just have to follow the ...
Christian Gagne
raspingoo
Offline Send Email
Aug 17, 2005
3:58 pm
677
Does anyone have a reasonable configuration file for the parity example that actually converges on the solution? I have run it 5 or 6 times with both supplied...
Nic Watson
j_nicolas_wa...
Offline Send Email
Aug 19, 2005
4:02 am
678
Hi Nic (and other Beagle users), You will find at the end of this message the configuration file verbatim I used to get good results on the parity example. The...
Christian Gagne
raspingoo
Offline Send Email
Aug 19, 2005
12:26 pm
679
Excellent! You may want to consider shipping the file with the example. It is a good example. Thank you. Nic ... of 1.0....
Nic Watson
j_nicolas_wa...
Offline Send Email
Aug 19, 2005
2:29 pm
680
In the Distributed Beagle documentation, it states: "evolver configuration file Note: With Distributed Beagle and DAGS, nothing can stop you from using...
Nic Watson
j_nicolas_wa...
Offline Send Email
Aug 21, 2005
2:05 am
681
Dear Mr.Christian, I have one more question if you please. I need a genome of type "Directed Graph". Can I customize the Tree genome in open BEAGLE to do this...
NERMEN
nermey3
Offline Send Email
Aug 21, 2005
11:20 am
682
... Hi Nermen, Your question is quite interesting. I think the immediate answer is "not really"---although Christian might have a different perspective. The...
Matthew Walker
mattgwwalker
Offline Send Email
Aug 22, 2005
12:05 am
683
Hi Nic, ... No. Multiple evolvers means that 2 or more demes can be evolved at the same time (applying genetic operators and Darwinian selection). These ...
Marc Dubreuil
mdubreuilus
Offline Send Email
Aug 22, 2005
12:43 am
684
Thank you very much sir for your wise reply . I'll let you be informed with the latest news. BR, Nermeen Matthew Walker <m.g.walker@...> wrote: ... Hi...
NERMEN
nermey3
Offline Send Email
Aug 22, 2005
8:26 am
685
Hello again! I was wondering is it possible to change evolution parameters (e.g. tournament size, mutation probabilities and the like) during the run? And how...
Domagoj Jakobovic
yetislav
Offline Send Email
Sep 20, 2005
8:42 pm
686
Hi Domagoj, For sure you can change the value some parameters during a run. To do so, you must get a reference to the parameters you want to change through the...
Christian Gagne
raspingoo
Offline Send Email
Sep 21, 2005
12:03 pm
687
Hi Graham, ... Are you making use of ephemeral random constants (in a GP context) in your program? If so, this is very probably the cause of the phenomenon you...
Christian Gagne
raspingoo
Offline Send Email
Sep 22, 2005
8:21 pm
688
I do not use ERC anywhere in my code. My system is quite large, the original consumes ~700M, the run from the milestone >1.5G. I tried to recreate a simple...
Graham Thomson
graamone
Offline Send Email
Sep 22, 2005
10:27 pm
689
Hi Graham, I executed the symbreg example with milestone reloading into valgrind (www.valgrind.org), which is a wonderful debugger to spot out memory leaks and...
Christian Gagne
raspingoo
Offline Send Email
Sep 23, 2005
3:05 pm
690
I managed to solve the problem for the test program. Adding the following line successfully reclaims the reserved capacity memory: cout << "Unallocating the...
Graham Thomson
graamone
Offline Send Email
Sep 23, 2005
9:52 pm
691
Hi Graham and others, ... It is interesting, although I wonder which side exactly effect are you taking advantage of by calling the swap function....
Christian Gagne
raspingoo
Offline Send Email
Sep 24, 2005
3:38 pm
692
Hi again, I think I was looking for a complex answer while things are finally quite more simple. Finally, the STL memory management policies are probably not...
Christian Gagne
raspingoo
Offline Send Email
Sep 24, 2005
6:53 pm
693
Hi Christian, ... I have not looked into this before, but it is my understanding that an "easy" way to counter this possible memory fragmentation (and gain a ...
Matthew Walker
mattgwwalker
Offline Send Email
Sep 26, 2005
2:30 am
694
Hi Matthew and other Beaglers :-) , ... When writing last mail, I thought quickly about using a custom STL allocator to fight memory fragmentation, but I...
Christian Gagne
raspingoo
Offline Send Email
Sep 26, 2005
8:56 am
695
Hi Beaglers I wonder whether anybody can give me some advice? This may be more of a kDevelop and autotools question. I've used KDev etc to build some code....
matt studley
hamsterchutney
Offline Send Email
Oct 3, 2005
4:53 pm
696
Hello Matt, My understanding of your problem is that you are trying to link against a .la file using a classical linker. The .la files are only text files ...
Christian Gagne
raspingoo
Offline Send Email
Oct 3, 2005
9:43 pm
697
Hi Christian thanks for your help. I looked in configure.in and found AM_PROG_LIBTOOL there, so added AC_PROG_LIBTOOl after it. No luck; same problem. Then I...
hamsterchutney
Offline Send Email
Oct 4, 2005
1:47 pm
698
Hello folks, After several weeks of hard work, here is Open BEAGLE 3.0.0. The new release of the framework is available on the usual Web sites. ...
Christian Gagne
raspingoo
Offline Send Email
Oct 6, 2005
1:21 pm
699
Hi again, Along with the release 3.0.0 of Open BEAGLE, I made quick update of the manual. Among other things, I added the following message at the beginning of...
Christian Gagne
raspingoo
Offline Send Email
Oct 6, 2005
1:51 pm
700
Hello Matt, I encountered the same kind of problems that you had when trying to link a standard C++ KDevelop 3 project against Beagle .la libraries, even ...
Christian Gagne
raspingoo
Offline Send Email
Oct 7, 2005
9:16 am
Messages 671 - 700 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