Skip to main content
Ctrl+K
SM-SPSA - Home
  • Installation
  • User guide
  • API reference
  • Releases
  • GitHub
  • Installation
  • User guide
  • API reference
  • Releases
  • GitHub

Section Navigation

  • Quickstart
  • Input data
    • M_FILE_NAME
    • C_FILE_NAME
    • INSTANCE_PARAMETERS_FILE_NAME
  • Output data
    • RUNNING_TIME_FILE_NAME
    • RUN_PARAMETERS_FILE_NAME
    • Output data SM-SPSA
      • Gradient estimates
      • Objective values
      • Stationary distributions
      • Matrices in the unconstrained space
      • Transition matrices
      • Matrix plots
      • Network plot
      • Objective plot
    • Output data SM-SPSA memory optimised
      • Final gradient estimate
      • Objective values
      • Final stationary distribution
      • Final matrix in the unconstrained space
      • Final transition matrix
      • Network plot
      • Objective plot
  • Examples
  • User guide
  • Output data
  • Output data...

Output data SM-SPSA memory optimised#

The “memory optimised” version of SM-SPSA provides slightly different types of output than the “normal” version. In the memory optimised version, the algorithm does not store the matrices at each iteration, but instead returns the matrices of the last iteration.

Data sets

  • Final gradient estimate
  • Objective values
  • Final stationary distribution
  • Final matrix in the unconstrained space
  • Final transition matrix

Plots

  • Network plot
  • Objective plot

Created using Sphinx 5.0.2.

Built with the PyData Sphinx Theme 0.15.3.