Hello,
I am currently working on a GP which runs for extended periods of time. I
am interested in being able to add new GP nodes to the function set
preferably at run time after a checkpoint, but restarting the program from a
previous checkpoint could also work. I would like the program to keep its
current population but have access to the newly created functions(GP Nodes)
for future generations. Would it be possible to run the GPInitializer's
setup method either after check pointing is finished or when the program is
restarted from a checkpoint file? This way it would recreate the function
set and have access to the new functions.
Thanks,
Bill
|