Indicates in the progress information that the algorithm has restarted the search.
(self)
| 143 | logger.info(line) |
| 144 | |
| 145 | def restart(self): |
| 146 | """ |
| 147 | Indicates in the progress information that the algorithm has restarted |
| 148 | the search. |
| 149 | """ |
| 150 | if self._print: |
| 151 | logger.info(_RESTART) |
no outgoing calls