ECJ-INTEREST-L Archives

January 2014

ECJ-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show HTML 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:
Kashyap Parmar <[log in to unmask]>
Reply To:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Date:
Sat, 18 Jan 2014 23:43:03 -0800
Content-Type:
multipart/alternative
Parts/Attachments:
text/plain (1278 bytes) , text/html (2169 bytes)
which tutorial support Co-operative coevolutionary GA?


On Sat, Jan 18, 2014 at 12:13 PM, Sean Luke <[log in to unmask]> wrote:

> Again, this question doesn’t make sense.
>
> Sean
>
> On Jan 18, 2014, at 11:14 AM, milan bhatt <[log in to unmask]> wrote:
>
> > Hello,
> >              I need some solution for the code given below, In this
> code, I want variables. I want to know that which variables returns from
> GPInitializer.
> >
> >
> >        GPType typ = (GPType)(e.nextElement());
> >
> >         // make vectors for the type.
> >         Vector nodes_v = new Vector();
> >         Vector terminals_v = new Vector();
> >         Vector nonterminals_v = new Vector();
> >
> >         // add GPFuncInfos as appropriate to each vector
> >         Enumeration v = tmp.elements();
> >         while (v.hasMoreElements())
> >             {
> >             GPFuncInfo i = (GPFuncInfo)(v.nextElement());
> >
> >             if (typ.compatibleWith(i.node.constraints().returntype,typ))
> >                 {
> >                 nodes_v.addElement(i);
> >                 if (i.node.children.length == 0)
> >                     terminals_v.addElement(i);
> >                 else nonterminals_v.addElement(i);
> >                 }
> >             }
> >
> >
> >
> >
> >
> >
> > Best Regards,
> >    Milan
>


ATOM RSS1 RSS2