Commits
Click on a commit to change the comparison rangetests(data): fix tests by implementing Debug/Display for testing variable23 hours ago
by denehoffman tests(variables): add tests for `Variable` Display impls22 hours ago
by denehoffman 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 sums21 hours ago
by denehoffman fix: correct gradients of zero and one by adding the number of parameters into `GradientValues`12 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.11 hours ago
by denehoffman fix: update GradientValues in non-default feature branches11 hours ago
by denehoffman fix: update GradientValues in non-default feature branches (missed one)10 hours ago
by denehoffman