Go to Google Groups Home    Field Guide to Genetic Programming
Re: Tiny GP and random numbers

sanny <rs.sa...@gmail.com>

hi again,

i'm studying GP, and i'm trying to extend PSO using GP. Then i
realized that the paper that i refer to was written by you, entitled
"extending PSO via GP" (correct me if i'm wrong).

is it possible to use tiny GP as the GP program on this paper?
if it's not, is the book "field guide to GP" quite help to develop a
GP Program needed to extend PSO?
i really need a help on this

--
best regards,
 sanny

On 8 May, 19:45, rp...@essex.ac.uk wrote:

> Hi,

> the TinyGP program was designed to do continuous symbolic regression.
> If one replaced the arithmetic operations in the eval procedure with
> Boolean functions one could also easily do Boolean induction problems.
> Anything that deviates significantly from symbolic regression,
> however, requires bigger changes. In particular, I don't think it is
> possible to get what you are asking for just by changing some numbers
> in the input file for TinyGP. Of course, nothing would prevent the
> addition of a rand() function (with no arguments), but the fitness
> function would definitely be changed.

> I hope this helps.

> Riccardo

> On May 6, 12:12 pm, sanny <rs.sa...@gmail.com> wrote:

> > hallo,

> > i'm using java program, Tiny GP (written by Riccardo Poli), to learn
> > about
> > Genetic Programming.

> > is it possible to this program using random numbers as the input
> > (terminal) that will result an output with random numbers as a
> > variable?
> > and if it's possible, how should i write the input file?

> > is anybody have studied this program? i really need a help.
> > thanks

> > --
> >  best regards,
> > Rosanny Sihombing