Fix Typo: alpha_phase belongs to phase_gen not basis_gen

This commit is contained in:
Dominik Moritz Roth 2023-08-28 17:37:03 +02:00
parent 20b1b0ccac
commit 2c0c4e5508

View File

@ -61,6 +61,8 @@ class ReplanMPWrapper(MPWrapper):
'basis_generator_kwargs': {
'num_basis': 5,
'basis_bandwidth_factor': 3,
},
'phase_generator_kwargs': {
'alpha_phase': 3,
},
'black_box_kwargs': {