We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e10aba9 + 240afa2 commit ba5e84aCopy full SHA for ba5e84a
tensorflow_probability/python/optimizer/differential_evolution.py
@@ -144,7 +144,7 @@ def one_step(
144
population is a `Tensor` of shape [n]. If the population is a python
145
list of `Tensor`s then each `Tensor` in the list should have the first
146
axis of a common size, say `n` and `objective_function(*population)`
147
- should return a `Tensor of shape [n]. The population must have at least
+ should return a `Tensor` of shape [n]. The population must have at least
148
4 members for the algorithm to work correctly.
149
population_values: A `Tensor` of rank 1 and real dtype. The result of
150
applying `objective_function` to the `population`. If not supplied it is
0 commit comments