Subject: | |
From: | |
Reply To: | |
Date: | Thu, 31 Jan 2008 11:21:58 -0800 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
Try to read it in your custom problem, where the evaluation is
performed. Maybe in the setup() method there....
On Jan 31, 2008, at 10:55 AM, David vun Kannon wrote:
> I'm trying to modify tutorial 1 to create a BinInt problem that will
> allow the bit string to be interpreted as a concatenation of binary
> integers, for example, 150 bits = 30 5-bit integers. If I create a
> parameter
>
> custom.BinInt-size = 5
>
> where should I read this parameter to make it available to my
> evaluate function?
>
> Thanks,
> David vun Kannon
|
|
|