Skip to content

Commit

Permalink
Merge pull request #31 from jgidi/export-scalar-methods
Browse files Browse the repository at this point in the history
Export scalar methods (amend last PR)
  • Loading branch information
jgidi authored Aug 30, 2022
2 parents 9b89a69 + 718cceb commit ea41a9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ComplexSPSA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ export PaperPlot

# Optimzers
export SPSA_on_complex, CSPSA # First order

export SPSA2_on_complex, CSPSA2 # Second order
export MCSPSA2, CSPSA2_full, CSPSA2_scalar # (Experimental) second order
export SPSA2_scalar_on_complex, CSPSA2_scalar # Scalar Second order
export MCSPSA2, CSPSA2_full #

export SPSA_QN_on_complex, CSPSA_QN # Natural gradient
export SPSA_QN_scalar_on_complex, CSPSA_QN_scalar # Scalar Natural gradient

# Tools
export squeeze, apply_along_dim, simulate_experiment

Expand Down

0 comments on commit ea41a9f

Please sign in to comment.