![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <arg_variational_algo.hpp>
Public Member Functions | |
| arg_variational_algo () | |
Public Member Functions inherited from stan::services::list_argument | |
| list_argument () | |
| ~list_argument () | |
| void | print (interface_callbacks::writer::base_writer &w, int depth, const std::string &prefix) |
| void | print_help (interface_callbacks::writer::base_writer &w, int depth, bool recurse) |
| bool | parse_args (std::vector< std::string > &args, interface_callbacks::writer::base_writer &info, interface_callbacks::writer::base_writer &err, bool &help_flag) |
| virtual void | probe_args (argument *base_arg, stan::interface_callbacks::writer::base_writer &w) |
| void | find_arg (const std::string &name, const std::string &prefix, std::vector< std::string > &valid_paths) |
| bool | valid_value (const std::string &name) |
| argument * | arg (const std::string &name) |
| std::vector< argument * > & | values () |
| std::string | value () |
| std::string | print_value () |
| std::string | print_valid () |
| bool | is_default () |
Public Member Functions inherited from stan::services::argument | |
| argument () | |
| argument (const std::string &name) | |
| virtual | ~argument () |
| std::string | name () const |
| std::string | description () const |
| int | compute_indent (const int depth) |
Additional Inherited Members | |
Static Public Member Functions inherited from stan::services::argument | |
| static void | split_arg (const std::string &arg, std::string &name, std::string &value) |
Protected Attributes inherited from stan::services::list_argument | |
| int | _cursor |
| int | _default_cursor |
| std::vector< argument * > | _values |
Protected Attributes inherited from stan::services::valued_argument | |
| std::string | _default |
| std::string | _value_type |
Protected Attributes inherited from stan::services::argument | |
| std::string | _name |
| std::string | _description |
| int | indent_width |
| int | help_width |
Definition at line 13 of file arg_variational_algo.hpp.
|
inline |
Definition at line 15 of file arg_variational_algo.hpp.