Return-Path: Delivered-To: apmail-hadoop-general-archive@minotaur.apache.org Received: (qmail 37337 invoked from network); 13 Jan 2010 23:44:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2010 23:44:56 -0000 Received: (qmail 31958 invoked by uid 500); 13 Jan 2010 23:44:55 -0000 Delivered-To: apmail-hadoop-general-archive@hadoop.apache.org Received: (qmail 31895 invoked by uid 500); 13 Jan 2010 23:44:55 -0000 Mailing-List: contact general-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@hadoop.apache.org Delivered-To: mailing list general@hadoop.apache.org Received: (qmail 31885 invoked by uid 99); 13 Jan 2010 23:44:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2010 23:44:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vermaabhishekp@gmail.com designates 209.85.220.213 as permitted sender) Received: from [209.85.220.213] (HELO mail-fx0-f213.google.com) (209.85.220.213) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2010 23:44:48 +0000 Received: by fxm5 with SMTP id 5so2412203fxm.29 for ; Wed, 13 Jan 2010 15:44:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=xSJ9i07NDs/8S2dmIgDEFwgtr0Yz01xhULsR3jaQTnE=; b=L8wHvuy58yMmlZ/FDwIJJ86WYuFAfV74Ky2BQKiUXRwNYHQ4BWcOTLaF2tuZhSfQ8p BcD9W3+anXHwKqbr47qtz20PRyU88bEwB/0VRW5h1NAC2GcS3O6aBlqhySdoH4L8oCq7 Wq6oBFLLMGs8si69QtG2MwlJTp2iUyQ1Mm/2g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PTP5vlO+8zxiFU4pszWDhI1/mQMyJQnZBoLEzma5ShAeUDuWUocZMu+FAchl/Y3HO1 YdxzuGIW86WvoL5Wz/t177rVTvbaxWvbqNAnyv5YJvZEN5mIoK0P2TCaeS52rpl5MIal mKKBiE/2HtMnKWnr4/pNK8WU5rDUFgFW4zIfw= MIME-Version: 1.0 Received: by 10.239.186.199 with SMTP id i7mr777665hbh.44.1263426265597; Wed, 13 Jan 2010 15:44:25 -0800 (PST) In-Reply-To: <309f76d01001131536x5c4d3e66xa9a67457719967ac@mail.gmail.com> References: <309f76d01001131536x5c4d3e66xa9a67457719967ac@mail.gmail.com> Date: Wed, 13 Jan 2010 17:44:25 -0600 Message-ID: <3c682ecd1001131544x43180d70i1992a0ab237dd8f1@mail.gmail.com> Subject: Re: SCALING GENETIC ALGORITHMS USING MAPREDUCE From: Abhishek Verma To: general@hadoop.apache.org Content-Type: multipart/alternative; boundary=001485f92230c2feed047d145985 --001485f92230c2feed047d145985 Content-Type: text/plain; charset=ISO-8859-1 Hi Alberto, The paper considers only selecto-recombinative genetic algorithms as mentioned in Section III.A. The mutation operators could be done on the reduce after the crossover or before it as required. Elitism can be implemented by emitting the individual with a different value in the map and then directly writing it to context in the reduce. If you are up for it, we could collaborate together to work on your problem. Hope this helps. -Abhishek. On Wed, Jan 13, 2010 at 5:36 PM, Alberto Luengo Cabanillas < cabiwan@gmail.com> wrote: > Hi everyone! For the last six months. my work with Hadoop is being focused > in developing a stable MRPGA. Last paper I read ("Scaling Genetic > Algorithms > Using MapReduce") was a fantastic job and gave me a bunch of ideas; but I > have some questions relative to this paper and I think they may be useful > for community: > > Anywhere in the paper talks about elitism rate nor mutation rate. It only > talks about selection and crossover. In fact, this part (page 3 and so) > talks about an INDIVIDUALREPRESENTATION(key) function, which I suppose is > used to represent the key part of the par (i.e., if it is Text, its > representation is a String). Also there are TOURN(tournArray) (?) and > CROSSOVER(crossArray), which I think is related to mutation. > > How it is supposed to be implemented the mutation part in the process?. > Have > you considered some kind of elitism rate for chossing population?. > > Thanks a lot in advance. > > > -- > Alberto > --001485f92230c2feed047d145985--