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.
1 parent 541219b commit 63d4ba6Copy full SHA for 63d4ba6
requirements-jax.txt
@@ -7,6 +7,6 @@ optax>=0.2.3
7
chex>=0.1.87
8
tfp-nightly[jax]
9
# equinox 0.11.8 and above produces an error with HyperVolumeScalarization.
10
-equinox==0.11.7
+equinox
11
jaxtyping>=0.2.34
12
typeguard<=2.13.3
vizier/_src/algorithms/designers/scalarization.py
@@ -114,7 +114,7 @@ def __call__(
114
class LinearAugmentedScalarization(Scalarization):
115
"""Scalarization augmented with a linear sum.
116
117
- See https://arxiv.org/pdf/1904.05760.pdf.
+ See https://arxiv.org/pdf/1904.05760.pdf
118
"""
119
120
weights: jt.Float[jax.Array, '*Num #Obj'] = eqx.field(converter=jnp.asarray)
0 commit comments