Skip to content
Snippets Groups Projects
Commit 9a03874b authored by Lennart Eichhorn's avatar Lennart Eichhorn
Browse files

Added a description for each visualizer to the config.

parent 67e91241
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,13 @@ ...@@ -42,8 +42,13 @@
### Output settings ### Output settings
# Type(s) of visualization to enable, separated with comma [console / image / video] # Type(s) of visualization to enable, separated with comma [console / image / video / log / generation]
visualizerType = log # 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 # Name of the job, filenames will be based on this name. If left empty a timestamp is used
jobName = example1 jobName = example1
# Directory for the image sequence # Directory for the image sequence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment