spsa
spsa copied to clipboard
A small implementation of SPSA in Python
Results
1
spsa issues
Sort by
recently updated
recently updated
newest added
I want to make sure I understand the use of the constraint provision, would this look like some boolean mask i.e. `constraint = [x < 1]` or something else?