trust region = 1 handling

1 is not a valid value, if no trust region is needed comment trust region
This commit is contained in:
castaneda 2025-03-28 11:24:29 +01:00
parent 85049f3204
commit 2d61cb5387

View File

@ -97,7 +97,7 @@ if __name__ == '__main__':
#other settings
# %of allowed variation (from 0 to 1) - wrt each parameter range - from current best parameters found, limits the exploration around the current global minimum of the cost function
trust_region = 1,
trust_region = 1, # 1 is not a valid value, if no trust region is needed comment this whole line
#output parameters over which cost is computed are noisy quantities
cost_has_noise = True,
#if False, waits for the experiment to be performed every time so that every new optimization iteration trains on an enlarged training set