casm.learn.save_halloffame¶
-
casm.learn.
save_halloffame
(hall, halloffame_filename, verbose=False)[source]¶ Save hall of fame as .pkl file.
- Parameters
hall (deap.tools.HallOfFame) – A Hall Of Fame of ECI sets
halloffame_filename (string) – Name of .pkl file to write the hall of fame
verbose (boolean, optional, default=True) – Print information to stdout.