ECJ-INTEREST-L Archives

January 2016

ECJ-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Date:
Sat, 9 Jan 2016 19:19:30 -0500
MIME-version:
1.0 (Mac OS X Mail 7.3 \(1878.6\))
Reply-To:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Content-type:
text/plain; charset=us-ascii
Subject:
From:
Sean Luke <[log in to unmask]>
In-Reply-To:
Message-ID:
Content-Transfer-Encoding:
8bit
Parts/Attachments:
text/plain (9 lines)
On Jan 9, 2016, at 5:08 PM, Atm Golam Bari <[log in to unmask]> wrote:

> Is there any way to completely avoid selection operators from breeding pipeline? 
> I want to pass each individual ( from index zero to max-1) from down to top of the pipeline without using any selection algorithm.

Sounds like you need to make up your own selection operator.  Let's say you're doing this single-threaded.  You might override prepareToProduce to set index=0, and then override produce to update index each time as needed, then return the appropriate individual.

Sean

ATOM RSS1 RSS2