Giter Club home page Giter Club logo

bouquet's People

Stargazers

Andrew Marsh avatar Geoff Hutchison avatar Zhen(Jack) Liu  avatar

Watchers

 avatar

Forkers

hutchisonlab

bouquet's Issues

Implement ring sampling

Implement Cremer-Pople ring sampling techniques:
https://doi.org/10.1021/acs.jcim.0c01144

  • Initial implementation for simple (non-fused rings)
    • add ring parameters to BO acquisition (i.e., different kernels)
    • convert to bond torsions (i.e., cut a bond, change ring torsions, re-bond)
  • Gather better data from conformer archive
  • Work on ring decomposer for fused rings

Implement Open Babel force fields

While GFN-FF, GFN2, and ANI are probably the best options for accuracy, it might help for benchmarking to have MMFF94, GAFF, and UFF methods:

  • Implement energy calculator for Open Babel
  • Integrate dihedral constraints

Implement correlated dihedrals

The BOKEI paper (https://doi.org/10.1039/C9CP06688H) shows the success of using correlated dihedral information.

  • Consider how to implement correlated dihedrals as a weak prior (e.g., πBO)
  • Consider implementation using constrained EI (e.g., adapting KEI from paper)
  • Gather more distributions from conformer set

Implement batch evaluation / minimization

botorch implements batch acquisition functions. Many tools would benefit from batch evaluation (e.g., 4, 8, 10, etc. energy and relaxation in parallel).

  • generate batch of candidates
  • separate TorchANI from ASE (may need constrained dihedral optimization)
  • evaluate if ASE can run multiple threads
  • return batch energies

"When is it done?"

Ideally, there would be an "automatic" mode that adjusts the initial sampling and total sampling to ensure a full ensemble.

  • how many iterations needed based on structure / number of dihedrals
  • when is the ensemble complete?

One way to make progress is to have a set, continue to sample (i.e., to see if there's a better global minimum and if the ensemble is complete) and extract some heuristics.

Save ensemble

The script should be able to save all geometries (in XYZ or SDF or PDB) format within X kcal/mol of the minimum (e.g. default threshold ~6-10 kcal/mol).

Benchmark BoTorch Acquisition Functions

For now, the code uses UCB with a formula favoring increasing exploration, which might make sense for finding all minima.

Benchmark # of steps required and lowest minima across a subset of the BOKEI test set:

  • UCB
  • Expected Improvement
  • log Expected Improvement
  • Probability of Improvement
  • log Probability of Improvement

Other interesting acquisition functions in BoTorch:

  • noisy EI (should be similar to EI, but worth checking)
  • q-variants to analytic acquisition functions
  • SAASBO
  • GIBBON
  • Knowledge gradient (botorch.acquisition.knowledge_gradient.qKnowledgeGradient)
  • Entropy Search (MES) (botorch.acquisition.max_value_entropy_search.qMaxValueEntropy)

Initial sampling range

Right now, the initial sampling seems to be a normal distribution with ±30° range.

Evaluate:

  • uniform random distribution
  • larger ranges, including 45°, 60°, and 90°

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.