[galib] RES: galib Digest, Vol 95, Issue 5

Aridio Silva aridiosilva at aridiosilva.com
Sat Sep 10 07:02:09 EDT 2011


To Whom Can Help All of Us

Unfortunately, the code of GALIB has lot of problems and do not let us to
have the expected results. The code should be rewrite from the scrap or
replaced for another type of library.

All the time someone is finding something wrong with the GALIB.

I lost a lot of my time in my final doctored project, trying to use this
library. 

Instead to keep the attention in the results,  we are forced to try do find
the bugs and the concept errors inside the library GALIB.

Arídio Silva

-----Mensagem original-----
De: galib-bounces at mit.edu [mailto:galib-bounces at mit.edu] Em nome de
galib-request at mit.edu
Enviada em: quarta-feira, 7 de setembro de 2011 13:12
Para: galib at mit.edu
Assunto: galib Digest, Vol 95, Issue 5

Send galib mailing list submissions to
	galib at mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.mit.edu/mailman/listinfo/galib
or, via email, send a message with subject or body 'help' to
	galib-request at mit.edu

You can reach the person managing the list at
	galib-owner at mit.edu

When replying, please edit your Subject line so it is more specific than
"Re: Contents of galib digest..."


Today's Topics:

   1. The size of the first population is twice the defined size
      (Paul Smith)
   2. Re: The size of the first population is twice the defined
      size (Paul Smith)


----------------------------------------------------------------------

Message: 1
Date: Tue, 6 Sep 2011 19:33:28 +0100
From: Paul Smith <phhs80 at gmail.com>
Subject: [galib] The size of the first population is twice the defined
	size
To: galib at mit.edu
Message-ID:
	<CALS=5mrb9VTvOdLKDW9+GFErKVRHA-bkH=m77KOO_+aoHOVp2Q at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Dear All,

I have the impression that the size of the first population is twice the
population size defined in the C++ user code; the subsequent populations
have the expected size. Have you noticed that? And if so, can one force the
first population to have the defined population size?

Thanks in advance,

Paul


------------------------------

Message: 2
Date: Tue, 6 Sep 2011 19:36:55 +0100
From: Paul Smith <phhs80 at gmail.com>
Subject: Re: [galib] The size of the first population is twice the
	defined	size
To: galib at mit.edu
Message-ID:
	<CALS=5mo3UTTAo7aSKaCyq1p2FVA3FQbN41WmA5PGPzC5_0nXgA at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Tue, Sep 6, 2011 at 7:33 PM, Paul Smith <phhs80 at gmail.com> wrote:
> I have the impression that the size of the first population is twice 
> the population size defined in the C++ user code; the subsequent 
> populations have the expected size. Have you noticed that? And if so, 
> can one force the first population to have the defined population 
> size?

My code is something like the following:

--------------------------------------------------
    while(!ga.done())
    {
        ++ga;
        gen++;
        if(gen % 1 == 0)
            cout << endl << gen << " - " << ga.population().best().score();
    }
--------------------------------------------------

Paul


------------------------------

_______________________________________________
galib mailing list
galib at mit.edu
http://mailman.mit.edu/mailman/listinfo/galib


End of galib Digest, Vol 95, Issue 5
************************************





More information about the galib mailing list