Skip to content

Commit 9911e74

Browse files
author
Lisa
committed
add back decorator for computing pareto fronts
1 parent 9845ada commit 9911e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qdax/core/containers/mome_repertoire.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def init( # type: ignore
418418

419419
return new_repertoire # type: ignore
420420

421+
@jax.jit
421422
def compute_global_pareto_front(
422423
self,
423424
) -> Tuple[ParetoFront[Fitness], Mask]:

0 commit comments

Comments
 (0)