Skip to content
Snippets Groups Projects
Commit aec25437 authored by Thom Badings's avatar Thom Badings
Browse files

change drug benchmark from reachavoid to avoid

parent f1e5a913
No related branches found
No related tags found
1 merge request!2Merged
......@@ -352,6 +352,6 @@ class anaesthesia_delivery(master.LTI_master):
from core.spec_definitions import anaesthesia_delivery_spec
spec = anaesthesia_delivery_spec(self.args)
spec.problem_type = 'reachavoid'
spec.problem_type = 'avoid'
return spec
\ No newline at end of file
......@@ -195,11 +195,11 @@ class anaesthesia_delivery_spec(master.spec_master):
self.targets['number'] = list(np.array(self.partition['number'])-2)
self.goal = [
np.array([[4, 6], [0, 10], [0, 10]])
]
# self.goal = [
# np.array([[4, 6], [0, 10], [0, 10]])
# ]
# self.goal = None
self.goal = None
self.critical = None
self.error['max_control_error'] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment