Commits
Click on a commit to change the comparison rangetests(data): fix tests by implementing Debug/Display for testing variable tests(variables): add tests for `Variable` Display impls fix: improve summation and product methods to only return a Zero or One if the list is empty
No need to have dangling zeros/ones on sums24 hours ago
by denehoffman fix: correct gradients of zero and one by adding the number of parameters into `GradientValues`15 hours ago
by denehoffman tests(amplitudes): expand gradient test to cover more complex cases and add tests for zeros, ones, sums and products
`amplitude_sum` and `amplitude_product` only exist in the python API, in Rust the operation has to be done more manually through an iterator.13 hours ago
by denehoffman fix: update GradientValues in non-default feature branches13 hours ago
by denehoffman fix: update GradientValues in non-default feature branches (missed one)13 hours ago
by denehoffman