Hello, and greetings from Canada.
I have a question on how to use cilib to run two VEPSO simulations in a specific way.
I want to first run a VEPSO using certain parameters (which is no problem), take the positions of all the particles after execution is complete, and use those particles as input to run a second VEPSO. This is where I am stuck.
I've considered two solutions, but don't know currently how to accomplish either of them. The first solution is to programmatically initialize the second test. I am not sure if cilib allows this. The second solution is to print the position of each particle to a text file, and then use that text file as input to initialize and run a second separate simulation on. I do not know how to do this either using cilib.
Is there a cleaner method to do this? Does anyone have experience with this type of situation and can help me?
Thank you,
Derek Dibblee