Slashdot Mirror


User: elmartinos

elmartinos's activity in the archive.

Stories
0
Comments
128
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 128

  1. Re:fragile GA, and what this is and isn't on Genetic Algorithms and Compiler Optimizations · · Score: 3, Informative
    When you're trying to do breed some really new system using Genetic Algorithms, it's possible to get some very fragile results, i.e. systems that do the job incredibly efficiently, but only under certain conditions...
    This is not a problem of the Genetic Algorithm in general, this is the problem of the fitness function: The GA always tries to produce something wich gets the best out of the fitness function (e.g, a pulser with as few gates as possible). If the fitness function also uses the stability of the result in its calculations, (which it should!), the GA will try to create very stable solutions.
  2. Re:ccache on Distributed Compilation · · Score: 3, Informative

    ccache is pretty good, but not especially made for distributed compilation, but there is another project at samba.org:
    distcc.

    /elmartinos

  3. Re:Games on Grab A Piece Of Big Blue's Big Iron · · Score: 1

    It would be really great for a corewar evolver, have a look at Redcode Tiny hill of evolved warriors. There are also some links to people who evolve warriors available.