Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AINX
base-ariane-fork
Commits
9ba7ae55
Commit
9ba7ae55
authored
Mar 14, 2022
by
Mario Teixeira Parente
Browse files
remove unnecessary parameter of PAND-AI approach
parent
5a4eb2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tas/pandai.py
View file @
9ba7ae55
...
...
@@ -27,9 +27,6 @@ class PANDAIApproach(TASAutonomousApproach):
self
.
num_kernel_optims_max
=
75
self
.
kernel_optims_stop_num_last
=
9
self
.
kernel_optims_stop_eps
=
0.025
self
.
num_meas_pts_post_init_min
=
50
self
.
meas_pts_stop_num_last
=
9
self
.
meas_pts_stop_eps
=
0.075
self
.
length_scales_min_fact
=
1e-3
self
.
length_scales_max_fact
=
1.
self
.
level_backgr_decile_max
=
7
...
...
@@ -79,9 +76,6 @@ class PANDAIApproach(TASAutonomousApproach):
num_kernel_optims_max
=
self
.
num_kernel_optims_max
,
kernel_optims_stop_num_last
=
self
.
kernel_optims_stop_num_last
,
kernel_optims_stop_eps
=
self
.
kernel_optims_stop_eps
,
num_meas_pts_post_init_min
=
self
.
num_meas_pts_post_init_min
,
meas_pts_stop_num_last
=
self
.
meas_pts_stop_num_last
,
meas_pts_stop_eps
=
self
.
meas_pts_stop_eps
,
length_scales_min_fact
=
self
.
length_scales_min_fact
,
length_scales_max_fact
=
self
.
length_scales_max_fact
,
level_backgr_decile_max
=
self
.
level_backgr_decile_max
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment