Content-Type: |
text/plain; charset="us-ascii" |
Date: |
Sun, 11 Aug 2013 09:59:24 -0400 |
Reply-To: |
|
Subject: |
|
From: |
|
Content-Transfer-Encoding: |
8bit |
In-Reply-To: |
|
MIME-Version: |
1.0 (Apple Message framework v1085) |
Sender: |
|
Parts/Attachments: |
|
|
Checkpointing saves out a lot more than the population: it's the entire state of the program.
The right way to do this is to write out the population, or some subset, and read it in as a seed. The manual goes in to some detail on how to do this.
Sean
On Aug 11, 2013, at 12:30 AM, Warren Henning wrote:
> This should be easy to do and ECJ supports this very well. See Section 2.3 of the manual, "Checkpointing", and Section 3.3, "Initializers and Finishers". I wonder if it's as simple as checkpointing out the population, then using that checkpoint file as the value of pop.file in your configuration?
>
> Waren
>
>
> On Sat, Aug 10, 2013 at 9:20 PM, Vlad Palnik <[log in to unmask]> wrote:
> To ECJ Group,
>
> I'm looking for code that would allow me to save a population at the end of a run and use it as a seed during the next phase. I know this issue has come up before and was wondering if anyone has had any success?? Please let me know if you've had any success.
>
> Vlad Palnik
>
> This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized.
>
|
|
|