Skip to content

Commit

Permalink
add export scalar methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jgidi committed Aug 30, 2022
1 parent 9b89a69 commit 718cceb
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 718cceb

Please sign in to comment.