Subject: | |
From: | |
Reply To: | |
Date: | Tue, 14 Jun 2005 22:01:32 -0400 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
It's in a state of disrepair at the moment. However, the only change
(besides comments at top) is
RandomChoice.organizeDistribution(truesizes[x][y]);
changes to
RandomChoice.organizeDistribution(truesizes[x][y],true);
Sean
On Jun 15, 2005, at 6:27 AM, Artur Matos wrote:
> Dear Sean,
>
>>
>> You're not using the new Uniform.java I provided in the email.
>
> Sorry, I forgot to tell you that. Uniform.java also doesn't compile, I
> guess for the same reasons:
>
> Uniform.java:215: cannot find symbol
> symbol : variable functionSetRepository
> location: class ec.gp.GPInitializer
> Hashtable functionSetRepository =
> ((GPInitializer)state.initializer).functionSetRepository;
> ....
>
> If it is OK with you, could you please send me your current ECJ
> working copy by email? Meanwhile I will try to check the problem with
> my params file.
>
> Best regards,
>
> Artur.
|
|
|