Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Do not
Fill
empty fixedParameters
in Transform test
This local `fixedParameters` is of type `OptimizerParameters<double>`. When it is just default-constructed, it is empty. An attempt to `Fill` an empty `OptimizerParameters` has no effect at all.
- Loading branch information