Skip to content
#

optimal-control

Here are 221 public repositories matching this topic...

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

  • Updated Jun 9, 2022
  • C++
optimization-engine
michael-p
michael-p commented Apr 14, 2022

Dear all,

This isn't really a bug, more like a small annoyance, but given the superb quality of this crate I figured I'd report it anyway... :)

On recent nightly (rustc 1.62.0-nightly (34a6c9f26 2022-04-13)), the generated code produces a compiler warning:

warning: unused doc comment
  --> crates/blimp_mpc/path_follow/icasadi_path_follow/src/lib.rs:33:1
   |
33 |   /// C interface (
good first issue
ayansengupta17
ayansengupta17 commented Nov 12, 2020

Documentation for running codes:

source activate
cd RLGC/src/py
python trainIEEE39LoadSheddingAgent_discrete_action.py

Problems and custom fixes:

  1. There is no file folder src/ as py/
  2. I found "trainIEEE39LoadSheddingAgent_discrete_action.py " under examples/IEEE39_load_shedding
  3. Running the file "trainIEEE39LoadSheddingAgent_discrete_action.py" throws import
help wanted good first issue question

Improve this page

Add a description, image, and links to the optimal-control topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the optimal-control topic, visit your repo's landing page and select "manage topics."

Learn more