|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Options for variable creation. More...
#include <Opti.hpp>
Public Attributes | |
| std::string | category = "Uncategorized" |
| Category for grouping variables. | |
| bool | freeze = false |
| If true, variable is fixed at init_guess. | |
Options for variable creation.
Allows specifying category and freeze status for optimization variables.
Example:
| std::string janus::VariableOptions::category = "Uncategorized" |
Category for grouping variables.
| bool janus::VariableOptions::freeze = false |
If true, variable is fixed at init_guess.