struct nbla::Solver::SolverState

struct SolverState

Struct for storing both parameter state Variable and iteration.

Public Members

unordered_map<string, VariablePtr> pstate

Parameter state maps.

uint32_t t

Iteration as state.