We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd178e3 commit deb58afCopy full SHA for deb58af
1 file changed
libensemble/gen_funcs/persistent_sampling.py
@@ -29,8 +29,8 @@ def _get_user_params(user_specs):
29
return b, n, lb, ub
30
31
32
-@persistent_input_fields(["f", "x", "sim_id"])
33
-@output_data([("x", float, (2,))])
+@persistent_input_fields(["sim_id"])
+@output_data([("x", float, (2,))]) # The dimesion 2 is only a default... and is overwritten
34
def persistent_uniform(_, persis_info, gen_specs, libE_info):
35
"""
36
This generation function always enters into persistent mode and returns
0 commit comments