You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What parameter(s) I need to change for prior (no lig) sampling as input file I need to provide has ligand information? "prior"? "post_factor"? anything else? Thanks,
a sample prior generate.config file is appreciated
The text was updated successfully, but these errors were encountered:
To perform prior sampling, you should set the config option generate: prior: True.
The post_factor option also controls prior vs. posterior sampling, but it interpolates between them such that post_factor = 1.0 is fully-posterior sampling and post_factor = 0.0 is fully-prior sampling. This option is ignored when prior = True.
I have added a sample config file config/prior.config that can be passed to generate.py for prior sampling.
I found that the default generate.config file provided is for posterior sampling (with ligand) https://github.com/mattragoza/LiGAN/blob/master/config/generate.config
What parameter(s) I need to change for prior (no lig) sampling as input file I need to provide has ligand information? "prior"? "post_factor"? anything else? Thanks,
a sample prior generate.config file is appreciated
The text was updated successfully, but these errors were encountered: