{
"fn_name":"Rosenbrock",
"optimal_f":0,
"dim":2,
"xmin":[-100,-100],
"xmax":[100,100],
"param_is_integer":[False, False],
"special_constraints":False,
"constraints_function":None,
"constraints_extra_arguments":[],
"show_animation":True,
"disable_progress_bar":False,
"get_parameters_from":"g-values"
}

# See the doc for the Experiment.__init__ function for an explanation of each parameter.