fix bug in walker2d_evox

This commit is contained in:
wls2002
2025-03-26 10:56:57 +08:00
parent f017e8357a
commit d2baa4bbff

View File

@@ -51,7 +51,6 @@ workflow = workflows.StdWorkflow(
solution_transforms=[jax.jit(jax.vmap(evox_algorithm.transform))],
fitness_transforms=[nan2inf],
monitors=[monitor],
opt_direction="max",
)
# init the workflow