Skip to content

Commit da536c1

Browse files
Added more on behavior of interactive mode to documentation in the Interaction.py module
1 parent 35b9a59 commit da536c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyevolve/Interaction.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
If the *interactiveGen* in :class:`GSimpleGA.GSimpleGA` is not set, pressing
1717
CTRL-C during the evolution will start interactive mode.
1818
19+
If you want exit the evolution completely when *interactiveMode* is enabled, you
20+
need to enter interactive mode by pressing CTRL-C and then type *exit()* at the prompt.
21+
1922
"""
2023
import logging
2124

0 commit comments

Comments
 (0)