Skip to content

roboptim/roboptim-core-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84141ef · Jul 5, 2018
Jul 4, 2018
Jul 4, 2018
Mar 20, 2013
Apr 8, 2015
Aug 3, 2015
Jul 5, 2018
Jul 4, 2018
Feb 7, 2016
Mar 21, 2013
Jun 27, 2015
Jul 5, 2018
Mar 21, 2013
Aug 28, 2016
Sep 6, 2013
Jun 27, 2015

Repository files navigation

roboptim-core-python

Build Status Coverage Status Landscape

This package provides Python bindings for roboptim-core. It relies on Numpy arrays to provide vectors and matrices which are easy to use.

Note that all vectors and matrices input can be any objects satisfying the random access interface (i.e. __getitem__ is provided) while output types will be Numpy arrays.

In practice, it means that through this package, optimization problems can be defined and solved directly from Python.

The goal is to match as closely as possible the C++ API while relying on the dynamic nature of Python to ease problem writing.

See tests/function.py and tests/schittkowski.py for examples.

For general information about the project, please refer to its homepage: http://www.roboptim.net/