| |
Field Guide to Genetic Programming |
Hi,
the TinyGP program was designed to do continuous symbolic regression.
I hope this helps.
Riccardo
On May 6, 12:12 pm, sanny <rs.sa...@gmail.com> wrote:
> i'm using java program, Tiny GP (written by Riccardo Poli), to learn
> is it possible to this program using random numbers as the input
> is anybody have studied this program? i really need a help.
> --
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.
> about
> Genetic Programming.
> (terminal) that will result an output with random numbers as a
> variable?
> and if it's possible, how should i write the input file?
> thanks
> best regards,
> Rosanny Sihombing