We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b9a59 commit da536c1Copy full SHA for da536c1
pyevolve/Interaction.py
@@ -16,6 +16,9 @@
16
If the *interactiveGen* in :class:`GSimpleGA.GSimpleGA` is not set, pressing
17
CTRL-C during the evolution will start interactive mode.
18
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
+
22
"""
23
import logging
24
0 commit comments