Skip to main content

initialize

Method of SSESimulation.

Overloads

NameDescription
initialize(const BasisState state, const List<integer> actions, const SSECellParameters cell_parameters) -> SSESimulationInitializes the simulation, should be called after all vertices have been added.
initialize(const BasisState state, const List<integer> actions) -> SSESimulationInitializes the simulation, should be called after all vertices have been added.

initialize(const BasisState state, const List<integer> actions, const SSECellParameters cell_parameters) -> SSESimulation

Initializes the simulation, should be called after all vertices have been added.

Parameters

  • state: A state that serves as the starting point for the simulation.
  • actions: Allowed actions for the loop update.
  • cell_parameters: Parameters for the simulation cell.

initialize(const BasisState state, const List<integer> actions) -> SSESimulation

Initializes the simulation, should be called after all vertices have been added.

Parameters

  • state: A product state that serves as the starting point for the simulation.
  • actions: Allowed actions for the loop update.