mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-11 09:37:54 -05:00
Use CLARABEL solver for rocket landing optimization
Switched the solver from ECOS to CLARABEL in the optimization process of the rocket-powered landing module. This change is expected to improve performance and compatibility with specific problem constraints.
This commit is contained in:
@@ -32,7 +32,7 @@ W_DELTA_SIGMA = 1e-1 # difference in flight time
|
||||
W_NU = 1e5 # virtual control
|
||||
|
||||
print(cvxpy.installed_solvers())
|
||||
solver = 'ECOS'
|
||||
solver = 'CLARABEL'
|
||||
verbose_solver = False
|
||||
|
||||
show_animation = True
|
||||
|
||||
Reference in New Issue
Block a user