diff --git a/src/main/resources/genetic.properties b/src/main/resources/genetic.properties
index 27f864e487ab1ff31515f4f3679c908063816eee..060915b088b04b558c9f65efb1e5a7d8d3c020a0 100644
--- a/src/main/resources/genetic.properties
+++ b/src/main/resources/genetic.properties
@@ -42,8 +42,13 @@
 
 
 ### Output settings
-    # Type(s) of visualization to enable, separated with comma [console / image / video]
-        visualizerType = log
+    # Type(s) of visualization to enable, separated with comma [console / image / video / log / generation]
+    # console = Print best candidate of each generation to stdout
+    # image = Save best candidate of each generation as image
+    # video = Generate a video from the created images. Requires image
+    # log = Generate tab seperated file with a bit of information about each generation
+    # generation = print a short overview about each generation to stdout
+        visualizerType = log,generation
     # Name of the job, filenames will be based on this name. If left empty a timestamp is used
         jobName = example1
     # Directory for the image sequence