This is a basic example of CppADCodeGenEigenPy usage where we
auto-differentiate a weight sum-of-squares model with respect to the model
inputs. The model is defined in model.cpp
.
- Compile and build the model by running
make
. - Try it out from a Python script:
python load_model.py
.