coleygroup / molpal

active learning for accelerated high-throughput virtual screening
MIT License
159 stars 36 forks source link

Feature/library pruning #35

Closed davidegraff closed 2 years ago

davidegraff commented 2 years ago

Description

This PR includes a couple of bugfixes and adds the capability of pruneing a pool as the optimization proceeds

New feature

To use pruning simply add --prune and --prune-min-hit-prob [0-1] to the command line or your config file when running MolPAL

Checklist