Fixing "All energies are equal in population; re-initializing" Message
This How-to applies to:
AutoDock 4
This How-to is intended for:
User
The dlg file continues to fill with this line.
A quick fix for this problem.
Change to autodocksuite-4.0.1/src/autodock-4.0 folder, replace call_glss.cc with attached call_glss.cc, and run make again.
Attached contains the following changes compared to call_glss.cc distributed with autodocksuite-4.0.1:
- removed fprintf statement from call_glss.cc (lines 347-249).
- added "if (numTries > 10000) break;" instead.
Note that this has been fixed in the CVS and will be available in the next release of AutoDock.
