ECJ-INTEREST-L Archives

January 2016

ECJ-INTEREST-L@LISTSERV.GMU.EDU

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

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

Print Reply
Subject:
From:
Sean Luke <[log in to unmask]>
Reply To:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Date:
Sat, 9 Jan 2016 19:19:30 -0500
Content-Type:
text/plain
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