|
| | IterativeCentroid (IterativeFullatom *fullatom_pool_ptr) |
| |
| void | gen_diversity_pool (jd2::archive::Batch &batch, bool fullatom=false) override |
| |
| void | update_noesy_filter_files (std::string const ¤t, bool fullatom) override |
| |
| void | save_to_file (std::string suffix="") override |
| | save and restore archive to file-system More...
|
| |
| bool | restore_from_file () override |
| | restore archive More...
|
| |
| | IterativeBase (std::string name) |
| |
| | ~IterativeBase () override |
| |
| bool | finished () const override |
| | archive is finished when at last stage More...
|
| |
| void | initialize () override |
| | do initializing work that requires fully setup object here More...
|
| |
| void | set_finish_stage (IterationStage setting) |
| | where to stop ? More...
|
| |
| void | test_for_stage_end () |
| | calls increment_stage() if appropriate More...
|
| |
| void | init_from_decoy_set (core::io::silent::SilentFileData const &sfd) override |
| | overloaded to make input decoys appear the same as decoys coming from batches More...
|
| |
| virtual bool | ready_for_batch () const |
| | we are always ready to generate a new batch More...
|
| |
| bool | still_interested (jd2::archive::Batch const &batch) const override |
| | we are not interested in batches that were generated in old stages More...
|
| |
| void | generate_batch () override |
| | generate a new batch, use different recipe according to current stage More...
|
| |
| core::Size | generate_batch (jd2::archive::Batch &, core::Size repeat_id) override |
| |
| void | idle () override |
| | while waiting for jobs to finish More...
|
| |
| void | rescore () override |
| |
| void | save_status (std::ostream &) const override |
| |
| void | restore_status (std::istream &) override |
| |
| bool | add_structure (core::io::silent::SilentStructOP new_decoy, core::io::silent::SilentStructOP alternative_decoy, jd2::archive::Batch const &) override |
| | overloaded to handel special convergence check 'pool_converged_rmsd' More...
|
| |
| void | setup_default_evaluators () |
| | setup JumpNrEvaluator More...
|
| |
| void | read_structures (core::io::silent::SilentFileData &sfd, core::io::silent::SilentFileData &alternative_decoys, jd2::archive::Batch const &batch) override |
| | overloaded so we can test for end of IterationStage after reading More...
|
| |
| virtual void | gen_evaluation_output (jd2::archive::Batch &batch, bool fullatom=false) |
| | generate flags and stuff for the out-sourced evaluation —> such that score_final column is returned for each decoy note needs to be public, since IterativeCentroid calls this from IterativeFullatom to prepare evaluation for soon to be full-atom decoys More...
|
| |
| virtual void | gen_dynamic_patches (jd2::archive::Batch &batch) |
| |
| | NormalizedEvaluatedArchive (ArchiveManagerAP ptr) |
| | Constructor and Destructor. More...
|
| |
| | NormalizedEvaluatedArchive () |
| |
| | ~NormalizedEvaluatedArchive () override |
| |
| void | init_from_options () |
| |
| void | initialize () override |
| |
| bool | add_evaluated_structure (core::io::silent::SilentStructOP from_batch, core::io::silent::SilentStructOP alternative_decoy, Batch const &) override |
| | add decoy to Archive evaluate decoy and call add_evaluated_structure More...
|
| |
| bool | restore_from_file () override |
| | overloaded that we can sort the pool after reading More...
|
| |
| bool | determine_score_variations () const |
| | determine variation of scores (those that are non-zeros in select_weights_ ) More...
|
| |
| void | save_to_file (std::string suffix="") override |
| | overloaded to save / restore the variance_archive_ More...
|
| |
| void | rescore () override |
| | recompute all score-values of all decoys and re-order the archive by (new) select_score More...
|
| |
| WeightMap const & | score_variations () const override |
| |
| core::Real | score_variation (std::string const &col) const override |
| |
| | EvaluatedArchive (ArchiveManagerAP ptr) |
| | Constructor and Destructor. More...
|
| |
| | EvaluatedArchive () |
| |
| | ~EvaluatedArchive () override |
| |
| bool | add_structure (core::io::silent::SilentStructOP new_decoy, core::io::silent::SilentStructOP alternative_decoy, Batch const &batch) override |
| | add decoy to Archive evaluate decoy and call add_evaluated_structure More...
|
| |
| core::Real | select_score (core::io::silent::SilentStructOP evaluated_decoy) |
| | compute score according to select_weights — this can contain any evaluator columns More...
|
| |
| void | setup_default_evaluators () |
| | set common evaluators: eg. ConstraintEvaluator if -cst_file is present More...
|
| |
| void | read_structures (core::io::silent::SilentFileData &sfd, core::io::silent::SilentFileData &alternative_decoys, Batch const &batch) override |
| | only overloaded this to add some verbosity each time we read structures More...
|
| |
| void | start_evaluation_timer () const |
| |
| core::io::silent::SilentStructOP | evaluate_silent_struct (core::io::silent::SilentStructOP from_batch) const |
| | yields an "evaluated" silent-struct which can be queried with select_score will run scoring-process if evaluate_local() otherwise just returns the intpu-silent-struct More...
|
| |
| bool | evaluate_local () const |
| | specify if decoys are evaluated on the master or (non-local i.e., on the individual slave nodes) More...
|
| |
| void | set_evaluate_local (bool setting) |
| |
| void | add_evaluation (evaluation::PoseEvaluatorCOP, core::Real weight=0.0) |
| | add new PoseEvaluation to set of evaluators, specify weight for contribution to select_score() More...
|
| |
| void | remove_evaluation (std::string const &column) |
| | remove Evaluator More...
|
| |
| bool | has_evaluator (std::string const &column) |
| | is a certain elvaluator present ? More...
|
| |
| void | set_weight (std::string const &column, core::Real weight) |
| | set weight of an evaluator or a column otherwise present in silent-structs (i.e, score, chainbreak, external evaluation like score_final ) More...
|
| |
| core::Real | get_weight (std::string const &column) const |
| |
| void | set_scorefxn (core::scoring::ScoreFunctionOP scorefxn_) |
| | set scorefxn used for evaluation More...
|
| |
core::scoring::ScoreFunction
const & | scorefxn () const |
| |
| WeightMap const & | weights () const |
| |
| EvaluatorMap const & | evaluators () const |
| |
| void | set_weights (WeightMap const &setting) |
| |
| void | set_evaluators (EvaluatorMap const &, WeightMap const &) |
| |
| | ArchiveBase (ArchiveManagerAP ptr=nullptr) |
| |
| | ~ArchiveBase () override |
| |
| bool | finished () const override |
| | is archive converged ? More...
|
| |
| core::Size | nstruct () const |
| | how many structures should be in archive .. varies from decoys().size() in startup phase. More...
|
| |
| void | set_nstruct (core::Size set) |
| | set target size of pool More...
|
| |
| void | save_decoys (std::string const &dirname, std::string const &name, SilentStructs const &decoys) |
| | helper routine to save decoys properly More...
|
| |
| void | load_decoys (std::string const &filename, SilentStructs &decoys) |
| |
| void | save_status (std::ostream &) const override |
| | save and restore status of archive to file-system More...
|
| |
| void | idle () override |
| | called when nothing is happening More...
|
| |
| core::Size & | accepts_since_last_batch () |
| |
| core::Size | accepts_since_last_batch () const |
| |
| core::Size | proposed_since_last_batch () const |
| |
| core::Real | current_acceptance_ratio () const |
| |
| void | reset_accept_counter () |
| |
| core::Size | total_proposed () |
| |
| core::Size | total_accepts () |
| |
| bool | statistics_valid () |
| |
| SilentStructs const & | decoys () const |
| |
| SilentStructs & | decoys () |
| |
| | ~AbstractArchiveBase () override |
| | Automatically generated virtual destructor for class deriving directly from VirtualBase. More...
|
| |
| | AbstractArchiveBase (BaseArchiveManagerAP ptr) |
| |
| | AbstractArchiveBase () |
| |
| void | set_name (std::string const &set) |
| | set name of archive ( used also for save_to_file and restore_from_file ) More...
|
| |
| std::string const & | name () const |
| |
| BaseArchiveManager & | manager () |
| | access to the ArchiveManager (control of batches) More...
|
| |
| virtual void | set_manager (BaseArchiveManagerAP manager) |
| |