The objective function returns the objective value *after* parameter optimizations, no?

I'm doing genetic optimization and I want to get not only the finally selected parameters.
How would I go about logging all parameter combinations which fulfill certain criteria, preferably to a file in CSV format, if possible?

Edit: Would it work, if I did it inside a
Code
 if(is(EXITRUN)) {}
?

Last edited by NiklasH; 11/07/19 10:30.