CasADi 3.6 tutorial (parallel robot, Matlab+Python)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 6

  • @庞贝蠕虫
    @庞贝蠕虫 2 หลายเดือนก่อน +1

    thank you for your course. Its very helpful for me. How can I get the matlab m file in this video?

  • @AnHao-f9u
    @AnHao-f9u 11 หลายเดือนก่อน

    Hi, could casadi write constraint equations for optimization problems with the ability to call nonlinear external functions like matlab's fmincon? Because I need to call an external library when writing constraints.

    • @jorisgillis4017
      @jorisgillis4017  11 หลายเดือนก่อน

      Yes, search for Callback at docs.casadi.org

  • @sandeepkumarr124
    @sandeepkumarr124 ปีที่แล้ว +1

    How does the AD capabilities of casadi compare to JAX?

    • @jorisgillis4017
      @jorisgillis4017  ปีที่แล้ว +2

      CasADi from the start has been about _sparse_ matrices, needed for structured constrained optimization. We also have scalar graphs that are devoid of matrix-related overhead and do well for heterogeneous computations that are typical in engineering problems. Seamless interfaces to constrained solvers is also a feature that stands out. Nonetheless, an interface with JAX is on my todo list, as dense large-scale computations are a hot topic nowadays..

    • @sandeepkumarr124
      @sandeepkumarr124 ปีที่แล้ว

      Thanks for the clarification