11.1.22. rheia.OPT.genetic_algorithms.NSGA2.append_points_to_file
- NSGA2.append_points_to_file(nests, filename)
This function is used to append the result (population or fitness) to the corresponding file.
- Parameters
nests (list) – The values to be appended to the file.
filename (str) – The filename where the points should be appended.