Class examples::Descent
Inherited Members
Methods
get_identifier()
Get the identifier of this solver. This identifier is denoted as the target
in the request.
Declaration
std::string examples::Descent<Model_T>::get_identifier() const override
configure()
Check the identifier and version against the configuraiton.
Declaration
void examples::Descent<Model_T>::configure(const utils::Json&json) override
init_memory_check_error_message()
Declaration
std::string examples::Descent<Model_T>::init_memory_check_error_message() const override
target_number_of_states()
Declaration
size_t examples::Descent<Model_T>::target_number_of_states() const override
init()
Initialize the solver.
Declaration
void examples::Descent<Model_T>::init() override
make_step()
Declaration
void examples::Descent<Model_T>::make_step(uint64_t) override
finalize()
Declaration
void examples::Descent<Model_T>::finalize() override