|
Rosetta 3.5
|
#include <MinimizerOptions.hh>


Public Member Functions | |
| virtual | ~MinimizerOptions () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| MinimizerOptions (std::string const &min_type_in, Real const minimize_tolerance_in, bool const use_nblist_in, bool const deriv_check_in=false, bool const deriv_check_verbose_in=false) | |
| MinimizerOptionsOP | clone () const |
| std::string const & | min_type () const |
| void | min_type (std::string min_type_in) |
| std::string & | min_type () |
| void | deriv_check (bool deriv_check_in) |
| void | deriv_check_to_stdout (bool setting) |
| bool | deriv_check () const |
| bool | deriv_check_verbose () const |
| bool | deriv_check_to_stdout () const |
| Real | minimize_tolerance () const |
| Real & | minimize_tolerance () |
| void | minimize_tolerance (Real minimize_tolerance_in) |
| bool | use_nblist () const |
| void | use_nblist (bool use_nblist_in) |
| bool | nblist_auto_update () const |
| void | nblist_auto_update (bool setting) |
| bool | silent () const |
| void | silent (bool silent_in) |
| Real | gmax_cutoff_for_convergence () const |
| void | gmax_cutoff_for_convergence (Real gmax_in) |
| Real | ax_init () const |
| Real | xx_init () const |
| Real | bx_init () const |
| Real | brent_abs_tolerance () const |
| int | max_iter () const |
| void | max_iter (int n) |
| Real | ga_mutation_probability () const |
| void | ga_mutation_probability (Real p) |
Definition at line 31 of file MinimizerOptions.hh.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 35 of file MinimizerOptions.cc.
| core::optimization::MinimizerOptions::MinimizerOptions | ( | std::string const & | min_type_in, |
| Real const | minimize_tolerance_in, | ||
| bool const | use_nblist_in, | ||
| bool const | deriv_check_in = false, |
||
| bool const | deriv_check_verbose_in = false |
||
| ) |
Definition at line 37 of file MinimizerOptions.cc.
References max_iter_, and nblist_auto_update_.
Referenced by clone().
| Real core::optimization::MinimizerOptions::ax_init | ( | ) | const |
Definition at line 205 of file MinimizerOptions.cc.
References ax_init_.
| Real core::optimization::MinimizerOptions::brent_abs_tolerance | ( | ) | const |
Definition at line 224 of file MinimizerOptions.cc.
References brent_abs_tolerance_.
| Real core::optimization::MinimizerOptions::bx_init | ( | ) | const |
Definition at line 217 of file MinimizerOptions.cc.
References bx_init_.
| MinimizerOptionsOP core::optimization::MinimizerOptions::clone | ( | ) | const |
Definition at line 72 of file MinimizerOptions.cc.
References deriv_check_, deriv_check_to_stdout_, deriv_check_verbose_, min_type_, minimize_tolerance_, MinimizerOptions(), nblist_auto_update_, and use_nblist_.
| void core::optimization::MinimizerOptions::deriv_check | ( | bool | deriv_check_in) |
Definition at line 106 of file MinimizerOptions.cc.
References deriv_check_.
Referenced by core::optimization::symmetry::SymAtomTreeMinimizer::run(), core::optimization::CartesianMinimizer::run(), and core::optimization::AtomTreeMinimizer::run().
| bool core::optimization::MinimizerOptions::deriv_check | ( | ) | const |
Definition at line 119 of file MinimizerOptions.cc.
References deriv_check_.
| void core::optimization::MinimizerOptions::deriv_check_to_stdout | ( | bool | setting) |
Definition at line 112 of file MinimizerOptions.cc.
References deriv_check_to_stdout_.
Referenced by core::optimization::CartesianMinimizer::run(), and core::optimization::AtomTreeMinimizer::run().
| bool core::optimization::MinimizerOptions::deriv_check_to_stdout | ( | ) | const |
Definition at line 132 of file MinimizerOptions.cc.
References deriv_check_to_stdout_.
| bool core::optimization::MinimizerOptions::deriv_check_verbose | ( | ) | const |
Definition at line 126 of file MinimizerOptions.cc.
References deriv_check_verbose_.
Referenced by core::optimization::symmetry::SymAtomTreeMinimizer::run(), core::optimization::CartesianMinimizer::run(), and core::optimization::AtomTreeMinimizer::run().
| Real core::optimization::MinimizerOptions::ga_mutation_probability | ( | ) | const |
Definition at line 233 of file MinimizerOptions.cc.
References ga_mutation_probability_.
| void core::optimization::MinimizerOptions::ga_mutation_probability | ( | Real | p) |
Definition at line 234 of file MinimizerOptions.cc.
References ga_mutation_probability_.
| Real core::optimization::MinimizerOptions::gmax_cutoff_for_convergence | ( | ) | const |
Definition at line 194 of file MinimizerOptions.cc.
References gmax_cutoff_for_convergence_.
Referenced by core::optimization::Minimizer::dfpmin_armijo(), and core::optimization::Minimizer::lbfgs().
| void core::optimization::MinimizerOptions::gmax_cutoff_for_convergence | ( | Real | gmax_in) |
Definition at line 199 of file MinimizerOptions.cc.
References gmax_cutoff_for_convergence_.
| int core::optimization::MinimizerOptions::max_iter | ( | ) | const |
Definition at line 229 of file MinimizerOptions.cc.
References max_iter_.
Referenced by protocols::seeded_abinitio::SegmentHybridizer::apply(), protocols::hybridization::CartesianSampler::apply(), protocols::hybridization::CartesianHybridize::apply(), protocols::hybridization::HybridizeProtocol::apply(), core::pack::min_pack(), protocols::ddg::ddGMover::minimize_with_constraints(), core::pack::RTMin::rtmin(), and core::optimization::Minimizer::run().
| void core::optimization::MinimizerOptions::max_iter | ( | int | n) |
Definition at line 230 of file MinimizerOptions.cc.
References max_iter_.
| std::string const & core::optimization::MinimizerOptions::min_type | ( | ) | const |
Definition at line 88 of file MinimizerOptions.cc.
References min_type_.
Referenced by protocols::swa::rna::floating_base_chain_closure_setup(), and core::optimization::Minimizer::run().
| void core::optimization::MinimizerOptions::min_type | ( | std::string | min_type_in) |
Definition at line 94 of file MinimizerOptions.cc.
References min_type_.
| std::string & core::optimization::MinimizerOptions::min_type | ( | ) |
Definition at line 100 of file MinimizerOptions.cc.
References min_type_.
| Real core::optimization::MinimizerOptions::minimize_tolerance | ( | ) | const |
Definition at line 140 of file MinimizerOptions.cc.
References minimize_tolerance_.
Referenced by protocols::swa::rna::floating_base_chain_closure_setup(), and core::optimization::Minimizer::run().
| Real & core::optimization::MinimizerOptions::minimize_tolerance | ( | ) |
Definition at line 146 of file MinimizerOptions.cc.
References minimize_tolerance_.
| void core::optimization::MinimizerOptions::minimize_tolerance | ( | Real | minimize_tolerance_in) |
Definition at line 152 of file MinimizerOptions.cc.
References minimize_tolerance_.
| bool core::optimization::MinimizerOptions::nblist_auto_update | ( | ) | const |
Definition at line 171 of file MinimizerOptions.cc.
References nblist_auto_update_.
Referenced by protocols::rna::RNA_Minimizer::apply(), protocols::swa::protein::StepWiseProteinPoseMinimizer::apply(), protocols::swa::rna::StepWiseRNA_Minimizer::apply(), protocols::swa::rna::floating_base_chain_closure_post_process(), protocols::swa::rna::floating_base_chain_closure_setup(), protocols::swa::rna::minimize_all_sampled_floating_bases(), protocols::rna::RNA_HelixAssembler::minimize_base_step(), protocols::simple_moves::symmetry::SymShakeStructureMover::minimize_with_constraints(), protocols::simple_moves::ShakeStructureMover::minimize_with_constraints(), protocols::ddg::ddGMover::minimize_with_constraints(), core::optimization::symmetry::SymAtomTreeMinimizer::run(), core::optimization::CartesianMinimizer::run(), and core::optimization::AtomTreeMinimizer::run().
| void core::optimization::MinimizerOptions::nblist_auto_update | ( | bool | setting) |
Definition at line 176 of file MinimizerOptions.cc.
References nblist_auto_update_.
| bool core::optimization::MinimizerOptions::silent | ( | ) | const |
Definition at line 181 of file MinimizerOptions.cc.
References silent_.
Referenced by core::optimization::Minimizer::dfpmin(), core::optimization::Minimizer::dfpmin_armijo(), core::optimization::Minimizer::lbfgs(), core::pack::min_pack(), core::pack::RTMin::rtmin(), and core::optimization::Minimizer::run().
| void core::optimization::MinimizerOptions::silent | ( | bool | silent_in) |
Definition at line 186 of file MinimizerOptions.cc.
References silent_.
| bool core::optimization::MinimizerOptions::use_nblist | ( | ) | const |
Definition at line 159 of file MinimizerOptions.cc.
References use_nblist_.
Referenced by core::optimization::symmetry::SymAtomTreeMinimizer::run(), core::optimization::CartesianMinimizer::run(), and core::optimization::AtomTreeMinimizer::run().
| void core::optimization::MinimizerOptions::use_nblist | ( | bool | use_nblist_in) |
Definition at line 165 of file MinimizerOptions.cc.
References use_nblist_.
| Real core::optimization::MinimizerOptions::xx_init | ( | ) | const |
Definition at line 211 of file MinimizerOptions.cc.
References xx_init_.
|
private |
Definition at line 163 of file MinimizerOptions.hh.
Referenced by ax_init().
|
private |
Definition at line 167 of file MinimizerOptions.hh.
Referenced by brent_abs_tolerance().
|
private |
Definition at line 165 of file MinimizerOptions.hh.
Referenced by bx_init().
|
private |
Definition at line 154 of file MinimizerOptions.hh.
Referenced by clone(), and deriv_check().
|
private |
Definition at line 156 of file MinimizerOptions.hh.
Referenced by clone(), and deriv_check_to_stdout().
|
private |
Definition at line 155 of file MinimizerOptions.hh.
Referenced by clone(), and deriv_check_verbose().
|
private |
Definition at line 169 of file MinimizerOptions.hh.
Referenced by ga_mutation_probability().
|
private |
Definition at line 160 of file MinimizerOptions.hh.
Referenced by gmax_cutoff_for_convergence().
|
private |
Definition at line 145 of file MinimizerOptions.hh.
Referenced by max_iter(), and MinimizerOptions().
|
private |
Definition at line 147 of file MinimizerOptions.hh.
Referenced by clone(), and min_type().
|
private |
Definition at line 149 of file MinimizerOptions.hh.
Referenced by clone(), and minimize_tolerance().
|
private |
Definition at line 152 of file MinimizerOptions.hh.
Referenced by clone(), MinimizerOptions(), and nblist_auto_update().
|
private |
Definition at line 158 of file MinimizerOptions.hh.
Referenced by silent().
|
private |
Definition at line 151 of file MinimizerOptions.hh.
Referenced by clone(), and use_nblist().
|
private |
Definition at line 164 of file MinimizerOptions.hh.
Referenced by xx_init().
1.8.4