On Sat Feb 05 13:27:06 2011, JMERELO wrote:
Show quoted text> El Sab feb 05 13:11:31 2011, softdev@leandrohermida.com escribió:
> > Hi JJ,
> >
> > Yes you are right there was a one test failure in Clone::Fast upstream
> > during the CPANPLUS install that I didn't think would matter... here is
> > the make test output of Clone::Fast below. Is there anything in
> > Clone::Fast that you need that isn't in Clone? Clone is faster but has a
> > little less functionality.
>
> I thought Clone::Fast was, well, faster, that is why I used. Seemed
like a good idea at the time :-(
Show quoted text>
Yes the name is not totally misleading :) Read at the bottom of the docs
http://search.cpan.org/~wazzuteke/Clone-Fast-0.93/lib/Clone/Fast.pm as
to how they compare. Clone is the fastest module that doesn't have some
extended functionality like hooks etc. Clone::More is a module that has
extended functionality but is slow, and Clone::Fast is an faster
non-pure Perl version of Clone::More but still slower than Clone. So if
you don't need of this extended functionality in Algorithm::Evolutionary
then Clone would be perfect.
Show quoted text> Adding insult to injury, CVS server in sourceforge is down, and I'm not
> sure where the last version resides. It will have to wait a bit, I'm
> afraid. If you are not going to use those particular operators you can
> try and force-install it; if you positively need them I might try to
> patch it and make it available somewhere...
>
> JJ
I am in no rush, don't worry... I had just installed your module to
start playing around with genetic programming as your module looks to be
the best one out there. Do you have any suggestions on other nice CPAN
modules to compliment yours?
Leandro