37 std::shared_ptr<::ComFixed> m_comfixed;
40 m_comfixed = std::make_shared<::ComFixed>();
47 system.comfixed = m_comfixed;
55 m_comfixed->set_fixed_types(
p_types);
57 [
this]() {
return m_comfixed->get_fixed_types(); }}});
Bind parameters in the script interface.
void do_set_parameter(const std::string &name, const Variant &value) final
void add_parameters(std::vector< AutoParameter > &¶ms)
void on_bind_system(::System::System &system) override
void do_construct(VariantMap const ¶ms) override
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
std::unordered_map< std::string, Variant > VariantMap
static SteepestDescentParameters params
Currently active steepest descent instance.
Recursive variant implementation.