Welcome to UOpt Python’s documentation!¶
UOpt Python is the Python module to interface both the uopt and the
usolve routines from the UOpt solver. The callback functions like the
objective function, the gradient function, etc., can all be
implemented in Python. Arrays are passed using numpy
ndarrays.